-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Dev UI - scheduler improvements #18960
Conversation
mkouba
commented
Jul 23, 2021
- add option to pause/resume individual jobs with identity
- add Scheduler#isPaused(identity)
- show the configured values in the schedules table; e.g. "{cron.expr} configured as */5 * * * * ?"
- fix links to config expressions in the docs
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building ebfaaeb
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 integration-tests/devmode✖
⚙️ JVM Tests - JDK 11 Windows #📦 integration-tests/devmode✖
⚙️ JVM Tests - JDK 16 #📦 integration-tests/devmode✖
|
the code lgtm. @mkouba would you happen to have a screenshot of how it will look in the Dev UI? |
ebfaaeb
to
983e002
Compare
Yep, one of the Dev UI smoke tests failed - fixed.
Note that the pause/resume job buttons cannot be placed in the "Actions" column because they apply to a specific |
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building 983e002
Full information is available in the Build summary check run. Test Failures⚙️ JVM Tests - JDK 11 #📦 integration-tests/devmode✖
⚙️ JVM Tests - JDK 11 Windows #📦 integration-tests/devmode✖
⚙️ JVM Tests - JDK 16 #📦 integration-tests/devmode✖
|
- add option to pause/resume individual jobs with identity - add Scheduler#isPaused(identity) - show the configured values in the schedules table; e.g. "{cron.expr} configured as */5 * * * * ?" - fix links to config expressions in the docs
983e002
to
6c0873d
Compare
perfect, let's wait for CI to pass.
Really cool. Thank you for the improvement.
Makes sense. |
Nice! Ship has sailed for 2.1 I suppose? |
Yeah, this should probably target 2.2. |