-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-airlift] sensor revamp (#24333)
- Batch requests to airflow rest API - Move to an iteration model where we can pause iteration in the middle of processing (basically after processing step of any dag run) and restart gracefully - Handle skipped tasks gracefully - Stop iteration at 40 seconds to give adequate time for startup and teardown. This nearly 10xes speed of sensor iteration, even on local where ipc cost is low. See https://gist.github.com/dpeng817/7979124e3286b1473aa57f252817b488
- Loading branch information
Showing
6 changed files
with
472 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.