rails / solid_queue

Database-backed Active Job backend
MIT License
1.95k stars 130 forks source link

Default to Hourly Cleanup of Finished Jobs in `recurring.yml` #388

Open ksylvest opened 1 month ago

ksylvest commented 1 month ago

The existing README documents needing to run the cleanup tasks manually, but doesn't indicate how. This defaults to having new generated installs include a recurring task that runs hourly to run cleanup on finished jobs.