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

[FEATURE] Implement an SLA Miss Sensor for workflows #166

Open
1 of 4 tasks
chaelant opened this issue Oct 10, 2024 · 0 comments
Open
1 of 4 tasks

[FEATURE] Implement an SLA Miss Sensor for workflows #166

chaelant opened this issue Oct 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chaelant
Copy link

Is your feature request related to a problem? Please describe.
Currently, brickflow has a health argument in the Workflow class that sets up an alert to trigger when a workflow exceeds a specified duration. This feature would add a sensor that allows users to specify a time by which the workflow is expected to be completed based on consumer service level agreements.

Cloud Information

  • AWS
  • Azure
  • GCP
  • Other

Describe the solution you'd like
A sensor task that monitors a given workflow's final task and sends an alert if that task has not completed by a user-specified time

Describe alternatives you've considered
We've considered just using the health rules, but those cannot be configured dynamically such that the duration is set for the amount of time between the workflow starting and the expected end time. (e.g. a workflow that's expected to complete within 2 hours will always have the same expected duration. if it needs to complete by 10am and starts at 9am, there's no way to dynamically adapt the duration down to one hour).

Additional context

@chaelant chaelant added the enhancement New feature or request label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant