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

Delete Namespace: send delete executions heartbeats from separate go routine #6986

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexshtin
Copy link
Member

@alexshtin alexshtin commented Dec 13, 2024

What changed?

Delete Namespace: send delete executions heartbeats from separate go routine.

Why?

Following best practices heartbeats should be sent outside of main activity function in case if operation takes longer than expected. Also DeleteExecutionsActivity doesn't send heartbeats on every deleted execution but sends accumulated result every 5 seconds.

How did you test it?

Existing tests and manual run.

Potential risks

No risks.

Documentation

No.

Is hotfix candidate?

No.

@alexshtin alexshtin requested a review from a team as a code owner December 13, 2024 01:57
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.

1 participant