-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix #2063: convert continuous jobs into one-off jobs. #2320
Conversation
Current coverage is 47.97% (diff: 100%)@@ develop #2320 diff @@
==========================================
Files 190 190
Lines 15953 15953
Methods 2740 2740
Messages 0 0
Branches 2702 2702
==========================================
Hits 7654 7654
Misses 8299 8299
Partials 0 0
|
This looks great, thanks! |
@@ -97,6 +99,27 @@ def get(self): | |||
user_jobs_one_off.DashboardStatsOneOffJob.create_new()) | |||
|
|||
|
|||
class CronExplorationRecommendationsHandler(base.BaseHandler): | |||
"""Handler for appending dashboard stats to a list.""" |
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.
This comment seems to be incorrect.
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.
Whoops, thanks for catching this, @526avijitgupta! Fixed in #2326, PTAL.
No description provided.