thank you Ross. that is an interesting idea. in my USE case, i would need to check if today is sign up Saturday and then display the 'Signup Saturday page', otherwise leave the other pages active.
On Tuesday, July 25, 2023 at 3:06:38 PM UTC-4 Ross Meredith wrote: > No need to involve anything asynchronous, if I understand you correctly. > Just check when the request is made whether it's the right time. If so > process the registration, otherwise show the other page to indicate it's > the wrong time. > > Ross > > On Tue, Jul 25, 2023 at 7:13 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/3ef22256-8ca4-4297-9ac0-a4eb0ba9a985n%40googlegroups.com.

