You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop leftover asset events hiding behind a stale max_active_runs cache
The cached exceeds_max_non_backfill flag was applied to every Dag,
including asset-triggered ones, and asset create never refreshed it.
Leftovers then waited for an unrelated later event.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments