Hi Mr Cain, This would make more sense to me! https://django-celery-beat.readthedocs.io/en/latest/
You could create background tasks to create background tasks that run at any specific time ;-) AFAIK, this solution is as good as it can get! Thanks! Regards, Chetan Ganji +91-900-483-4183 [email protected] http://ryucoder.in On Tue, Jul 25, 2023 at 11:43 PM M Cain <[email protected]> wrote: > User application permits registration for upcoming events. User wants the > registration page to be open on 4th Saturday of every month at 9am ET as > the events are very popular with limited capacity and made available on > first come first serve basis. > > Django application is deployed on Heroku. Heroku scheduler works except it > doesn't 'guarantee' running at specific time (but near the requested time). > > Would celery-redis be better for this? > > Any other suggestions? > > Thank you in advance for replying. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/c1af9c55-b2dd-4ab2-af1d-ce5dec4c4ca6n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/c1af9c55-b2dd-4ab2-af1d-ce5dec4c4ca6n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMKMUjupcTZN-fq%3DCrYN%3DgTe%3Dv2wbKbpq6H81coJ_7zncurkuw%40mail.gmail.com.

