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

Automatically repair terminated connection manager workflows #12746

Closed
lmossman opened this issue May 10, 2022 · 1 comment
Closed

Automatically repair terminated connection manager workflows #12746

lmossman opened this issue May 10, 2022 · 1 comment

Comments

@lmossman
Copy link
Contributor

Connection manager workflows are sometimes terminated for unknown reasons. When this happens, future syncs for that connection are no longer scheduled as there is no workflow to do so.

This PR took care of repairing these workflows when manual actions are performed. We should also have something in place to repair these workflows even if no manual action is performed. This should likely be some cron-like temporal process that periodically checks for terminated workflows and restarts them if necessary

Acceptance Criteria

  • Connection manager workflows that end up in a terminated state are automatically repaired after some maximum time (e.g. 10 mins?)
@cgardens
Copy link
Contributor

duplicate of: #14043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants