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

Allow pausing action executions #7

Open
fho opened this issue May 7, 2021 · 0 comments
Open

Allow pausing action executions #7

fho opened this issue May 7, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@fho
Copy link
Contributor

fho commented May 7, 2021

Implement a command to pause/resume the execution of actions.

Events would still be registered as normal and added to the event-queue, the event queue would not process any actions when it's paused.

This can be usefull when goordinator is used to trigger CI jobs and the CI server should be maintained. During the maintenance period it might not be able to process trigger-actions.
To not loose any events, action processing could be pause in goordinator during that period.

@fho fho added the enhancement New feature or request label May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant