-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Queue system #3274
Queue system #3274
Conversation
samerton
commented
Mar 4, 2023
- Create new queue system which allows for tasks to be scheduled and run in the background (using AJAX or cron)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks great, what kind of additions to our documentation do you think we need?
- Cron file example
- Module task creation example
- ...
A few more thoughts (will add to this comment if more come up):
|
The idea for now is that a task is responsible for rescheduling itself if needed, we could maybe look at changing this in the future depending on how we get on with the current system Agreed RE cron, I'll create a follow-up PR showing when the queue was last run and also prepare to add something to the docs with an example cron |