I\'ve installed Celery and I\'m trying to test it with the Celery First Steps Doc.
I tried using both Redis and RabbitMQ as brokers and backends, but I can\'t get th
After modifying of tasks it is necessary to restart celery to reread changes.