Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(553)

Unified Diff: dashboard/dashboard/pinpoint/models/job.py

Issue 3002903002: [pinpoint] Refactor Quest Generator. (Closed)
Patch Set: Comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dashboard/dashboard/pinpoint/models/job.py
diff --git a/dashboard/dashboard/pinpoint/models/job.py b/dashboard/dashboard/pinpoint/models/job.py
index d7055a2d5e80b543587b3f69da9d81b15c871136..a6f393353a67764a16260b240d5b7266ee799fc0 100644
--- a/dashboard/dashboard/pinpoint/models/job.py
+++ b/dashboard/dashboard/pinpoint/models/job.py
@@ -21,7 +21,6 @@ from dashboard.services import issue_tracker_service
_TASK_INTERVAL = 10
-_DEFAULT_REPEAT_COUNT = 10
_DEFAULT_ATTEMPT_COUNT = 1
_SIGNIFICANCE_LEVEL = 0.01
« no previous file with comments | « dashboard/dashboard/pinpoint/handlers/quest_generator_test.py ('k') | dashboard/dashboard/pinpoint/models/quest_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698