Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

wrap pipeline query into retriable#176

Merged
mordamax merged 1 commit intomasterfrom
mak/166-retriable
Mar 27, 2023
Merged

wrap pipeline query into retriable#176
mordamax merged 1 commit intomasterfrom
mak/166-retriable

Conversation

@mordamax
Copy link
Copy Markdown
Contributor

@mordamax mordamax commented Mar 24, 2023

Closes #166
the issue was the fact that when we push a .gitlab-ci.yml with a command script, it tried to get a pipeline very soon after a push. The problem doesn't reproduce on small repositories, only on prod on huge repos, when the pipeline starts with slight more delay. So
1st. - move the preventive delay right before the pipeline +
2nd. - wrap pipeline query into retriable

@mordamax mordamax requested a review from a team as a code owner March 24, 2023 22:58
@mordamax mordamax merged commit aed74a4 into master Mar 27, 2023
@mordamax mordamax deleted the mak/166-retriable branch March 27, 2023 11:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: sometimes gitlab api fails with ValidationError: "id" is required

2 participants