FrodaSE / Minion

Background job system for .NET applications
MIT License
105 stars 13 forks source link

Recurring job management #14

Open matt-psaltis opened 5 years ago

matt-psaltis commented 5 years ago

Just wondering if there are any plans to extend the stores so they can be queried for existing jobs and then manipulate them (deletes particularly).

For recurring jobs, I would like to avoid rescheduling the job every time the app starts up but I cannot query the store (I think) to determine if I should queue a new schedule or not.

Thanks!

pug-pelle-p commented 5 years ago

Hi, yes it's planned to extend the stores so that they can be queried. Not sure if delete is all that necessary?