celery.worker
Executes tasks waiting in the task queue.
concurrency is the number of simultaneous processes.
Schedule all waiting periodic tasks for execution.
Returns list of celery.models.PeriodicTaskMeta objects.
Class defining a task to be run.
Extend the tasks keyword arguments with standard task arguments.
These are logfile, loglevel, task_id and task_name.