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

Flows: Automatically pause flow schedules if dependent tasks are failing #419

Open
zaychenko-sergei opened this issue Jan 5, 2024 · 0 comments
Labels
enhancement New feature or request rust Pull requests that update Rust code

Comments

@zaychenko-sergei
Copy link
Contributor

When a task associated with a flow is permanently failing (assuming retry logic is implemented by this moment), we should not waste resources to schedule next attempts.

Instead:

  • flow configuration must be automatically paused
  • addt a public event for permanently failing flow

In future, we will be sending e-mails on the platform indicating something is wrong with the flow, and it was paused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

1 participant