Hacker News new | ask | show | jobs
by ledil 3507 days ago
can you suggest a monitoring tool for celery? I want to view what tasks are currently working... is flower the only solution? thx
1 comments

Have you tried running 'celery events' on the command line? I find this sufficient in most cases.
should I enable something to activate celery events?