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

Make executor count configurable #127

Open robacarp opened 10 months ago

robacarp commented 10 months ago

Since #123 a single mosquito process runs several fibers, including 3 executors.

3 is often not enough, and some times it's too much. It would be nice to be able to configure it.

robacarp commented 8 months ago

It would also be nice to be able to configure an executor count/scale per queue, I think?