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

feat: Speeding up retries in estimation and linking check #31

Merged
merged 7 commits into from
Sep 5, 2023

Conversation

mtrunkat
Copy link
Member

@mtrunkat mtrunkat commented Sep 5, 2023

No description provided.

@github-actions github-actions bot added this to the 71st sprint - Platform team milestone Sep 5, 2023
@github-actions github-actions bot added t-platform Issues with this label are in the ownership of the platform team. tested Temporary label used only programatically for some analytics. labels Sep 5, 2023
@@ -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;
Copy link
Member Author

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.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Pull Request Tookit has failed!

Pull request is neither linked to an issue or epic nor labeled as adhoc!

src/helpers.test.ts Outdated Show resolved Hide resolved
@mtrunkat mtrunkat added the adhoc Ad-hoc unplanned task added during the sprint. label Sep 5, 2023
@mtrunkat mtrunkat merged commit 0db0a1b into main Sep 5, 2023
@mtrunkat mtrunkat deleted the feature/speedup branch September 5, 2023 12:52
@fnesveda fnesveda added the validated Issues that are resolved and their solutions fulfill the acceptance criteria. label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-platform Issues with this label are in the ownership of the platform team. tested Temporary label used only programatically for some analytics. validated Issues that are resolved and their solutions fulfill the acceptance criteria.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants