Skip to content
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 jitter to panoramas and uisp celery jobs #648

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

james-otten
Copy link
Collaborator

Make the jobs that run on prod and dev at the same time start 2 minutes later on dev

Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.20%. Comparing base (2dd61d9) to head (fda7ad8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage   94.20%   94.20%           
=======================================
  Files          80       80           
  Lines        3278     3279    +1     
=======================================
+ Hits         3088     3089    +1     
  Misses        190      190           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -78,14 +78,16 @@ def run_update_from_uisp() -> None:
raise e


jitter_minutes = 0 if MESHDB_ENVIRONMENT == "prod" else 2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we (I) ever get around to defining environments in an enum?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants