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

Shorten wait time until pending pipeline is started #511

Open
michaelsauter opened this issue Apr 22, 2022 · 0 comments
Open

Shorten wait time until pending pipeline is started #511

michaelsauter opened this issue Apr 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@michaelsauter
Copy link
Member

When a pipeline run is triggered for a repository where this is already a running pipeline, the new pipeline run is queued (created in pending state), and a polling mechanism is kicked off. When polling detects no pipeline is running anymore, the pending one is started. The design may waste time up to the polling interval (30s) before starting the pending pipeline. We could improve this wait time by signalling the polling mechanism from the end of a running pipeline that we are done soon, and shorten the polling interval temporarily.

@michaelsauter michaelsauter added the enhancement New feature or request label Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant