You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the Jobs scheduling feature mentioned above requires an external mechanism for recurrently triggering the task (such as cron). As long as there aren’t that many jobs that need to be run every hour, every day etc., we could just define the custom management commands without that extension.
I’m thinking about using Django Q instead which does implement scheduling.
Probably the main Django server should take care
The text was updated successfully, but these errors were encountered: