Skip to content

Working with Celery

Anand Doshi edited this page Mar 6, 2014 · 3 revisions
  • Install and start redis

  • pip install celery redis

  • Start workers by running, cd sites && python -m frappe.celery_app worker

  • beat == crontab
    cd sites && python -m frappe.celery_app beat -s scheduler.schedule

Clone this wiki locally