-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Speeding up retries in estimation and linking check #31
Conversation
@@ -12,7 +12,8 @@ export const TEAM_NAME_TO_LABEL: { [name: string]: string} = { | |||
'Cash & Community': 't-c&c', | |||
}; | |||
|
|||
export const DRY_RUN_SLEEP_MINS = 2; | |||
export const LINKING_CHECK_RETRIES = 8; |
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 is the whole point - instead of waiting for 2 mins, it checks the config every 15 secs 8-times.
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.
Pull request is neither linked to an issue or epic nor labeled as adhoc!
Co-authored-by: Jiří Moravčík <[email protected]>
No description provided.