celery / django-celery-beat

Celery Periodic Tasks backed by the Django ORM
Other
1.69k stars 429 forks source link

Tasks with same interval #799

Open siva1002 opened 2 months ago

siva1002 commented 2 months ago

Summary:

Include a brief description of the problem here, and fill out the version info below.

Exact steps to reproduce the issue:

Detailed information

I have created a task with same interval of 2 mins few of are not executing. I manually runned the task through admin panel that executes after that not executes after 2 mins I am newbie to celery, celery beat so guide me

cclauss commented 2 months ago

Does this also happen on the current release? https://github.com/celery/django-celery-beat/releases

siva1002 commented 1 month ago

The current version we using is 2.6.0 . Hopefully new release is resolved the issue will check