Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

457
Views
How to remove celery beat task in django

I followed the doc (http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html) and write a Periodic Task , add CELERYBEAT_SCHEDULE in django settings.py, and run it in supervisor: celery -A proj worker -B

But now I do not want the Periodic Task anymore. I delete the schedule in settings.py, and change command in superviosor to: celery -A proj worker without celery beat, and reload it.

but once I run celery, there are still Periodic Tasks running.

I event delete all data in djcelery and celery beat pid file. But it does not help.

How can I remove the Periodic Task ?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

I have found the answer:

you can see SCHEDULED task by

celery beat --loginfo=DEBUG

After doing this, I found my task has been deleted.

But task queue has a lot of existing tasks. Just do: celery -A proj purge

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!