mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Should Periodic Jobs include a way to manually enqueue them? #140

Open robacarp opened 5 months ago

robacarp commented 5 months ago

Often, especially in development, I'm having to fiddle with the periodic interval just to get the job to run more frequently. I wonder if there should be a method to call to just enqueue it now regardless of the last time it was executed?

Crystal version: 0.28.0 Mosquito Shard version: 0.4.0