-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 cron running API #12421
Add cron running API #12421
Conversation
Signed-off-by: Andrew Thornton <art27@cantab.net>
Swagger lint failed |
Signed-off-by: Andrew Thornton <art27@cantab.net>
Signed-off-by: Andrew Thornton <art27@cantab.net>
Codecov Report
@@ Coverage Diff @@
## master #12421 +/- ##
==========================================
- Coverage 43.40% 43.39% -0.02%
==========================================
Files 644 645 +1
Lines 71249 71281 +32
==========================================
+ Hits 30929 30933 +4
- Misses 35302 35331 +29
+ Partials 5018 5017 -1
Continue to review full report at Codecov.
|
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.
per @6543 comment
Co-authored-by: techknowlogick <matti@mdranta.net>
Add API to run cron task
Signed-off-by: Andrew Thornton art27@cantab.net