Skip to content

Is it possible to make Dagster work like an event-driven workflows? #25741

Answered by garethbrickman
sqkkyzx asked this question in Q&A
Discussion options

You must be logged in to vote

I don't think 1 second sensor evaluations would be feasible. Also note from in the docs about evaluation intervals:

It's important to note that this interval represents a minimum interval between runs of the sensor and not the exact frequency the sensor runs. If you have a sensor that takes 30 seconds to complete, but the minimum_interval_seconds is 5 seconds, the fastest Dagster daemon will run the sensor is every 35 seconds. The minimum_interval_seconds only guarantees that the sensor is not evaluated more frequently than the given interval.

The GraphQL API can be used to launch job executions and re-executions, allowing users to trigger executions on custom events. Check out #21131

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sqkkyzx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area: graphql Related to GraphQL API area: sensor Related to Sensors
2 participants