Skip to content

Commit

Permalink
Revert "temporarily remove OT cron" (#3322)
Browse files Browse the repository at this point in the history
This reverts commit 5da4d25.
  • Loading branch information
DanielRyanSmith authored Sep 12, 2023
1 parent 1ad6544 commit 855878d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ cron:
- description: Update all feature links that are staled.
url: /cron/update_all_feature_links
schedule: every tuesday 05:00
- description: |
Check for origin trials and associate them with their respective
ChromeStatus feature entry.
url: /cron/associate_origin_trials
schedule: every day 6:00
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ class Route:
inactive_users.RemoveInactiveUsersHandler),
Route('/cron/reindex_all', search_fulltext.ReindexAllFeatures),
Route('/cron/update_all_feature_links', feature_links.UpdateAllFeatureLinksHandlers),
Route('/cron/associate_origin_trials', maintenance_scripts.AssociateOTs),

Route('/admin/find_stop_words', search_fulltext.FindStopWords),

Expand Down

0 comments on commit 855878d

Please sign in to comment.