I\'m trying to run example from Celery documentation.
I run: celeryd --loglevel=INFO
celeryd --loglevel=INFO
/usr/local/lib/python2.7/dist-packages/celery/loade
Write the correct path to the file tasks
app.conf.beat_schedule = { 'send-task': { 'task': 'appdir.tasks.testapp', 'schedule': crontab(minute='*/5'), },
}