Refactor scheduled tasks #37
Labels
No labels
bug
config
contribution welcome
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
refactor
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
as-consult/starterkit-8#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tasks forseen to be scheduled should not be launched via crontab but via the recurring job feature Rails handles out of the box.
More here: https://github.com/rails/solid_queue?tab=readme-ov-file#recurring-tasks
Patch to apply