-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a command to show info about a background job and force-execute it #27217
Add a command to show info about a background job and force-execute it #27217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the command, but the implementation feels a bit fragile 🙈
can we leave any job list related responsibility in the job list code and only fetch/invoke the job from the new command?
956d663
to
27ee8a7
Compare
This is great, I was always looking for such a feature. Would it be possible to add some kind of |
2ee7531
to
340cfac
Compare
340cfac
to
a68c891
Compare
Rebased cleanly and adjusted since versions to 23 |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
a68c891
to
3adc997
Compare
Rebased and bumped autoloader |
The second job info is only printed for "timed" jobs that are not deleted while being executed.