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

fix(temporal): continue a new when terminating workflows #163

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

paul-nicolas
Copy link
Contributor

When having a connector with lots of data, we can have lots of workflows. When uninstalling, we will go through the workflows to terminated them, but we will maybe exceed the history size or length of a worfklow.

This PR adds two things: the termination of workflows in background and continue a new if we reach the limits

When having a connector with lots of data, we can have lots of
workflows. When uninstalling, we will go through the workflows
to terminated them, but we will maybe exceed the history size
or length of a worfklow.

This commits adds two things: the termination of workflows in
background and continue a new if we reach the limits
@paul-nicolas paul-nicolas force-pushed the fix/temporal-terminate-workflows branch from 61fddcf to 067a375 Compare November 8, 2024 09:47
@paul-nicolas paul-nicolas marked this pull request as ready for review November 8, 2024 09:51
@paul-nicolas paul-nicolas requested a review from a team as a code owner November 8, 2024 09:51
@paul-nicolas paul-nicolas merged commit 309a758 into feat/payments-v3 Nov 8, 2024
6 checks passed
@paul-nicolas paul-nicolas deleted the fix/temporal-terminate-workflows branch November 8, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants