You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, absolutely love this Jobby system. Thanks for providing and maintaining this.
I've come up against an issue where we're running background processes, some of which are quite intensive in different ways.
A nice addition would be to add a nice process priority to each command that gets kicked off? So instead of just:
php cmd args etc.
you could have:
[nice [priority]] php cmd args etc
I can maybe have a dig around the code to see how straight forward it would be to add this and offer a PR? If I did so would you look to incorporate it?
Can you foresee any issues with this?
Thanks!
The text was updated successfully, but these errors were encountered:
Firstly, absolutely love this Jobby system. Thanks for providing and maintaining this.
I've come up against an issue where we're running background processes, some of which are quite intensive in different ways.
A nice addition would be to add a
nice
process priority to each command that gets kicked off? So instead of just:php cmd args etc.
you could have:
[nice [priority]] php cmd args etc
I can maybe have a dig around the code to see how straight forward it would be to add this and offer a PR? If I did so would you look to incorporate it?
Can you foresee any issues with this?
Thanks!
The text was updated successfully, but these errors were encountered: