Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change backfill log message when waiting for runs to retry (#26360)
## Summary & Motivation Updates the log message when a backfill is waiting for runs to retry to log the run ids it is waiting on. ## How I Tested These Changes forced a backfill into a situation where these logs get printed. output ``` 2024-12-09 15:40:44 -0500 - dagster.daemon.BackfillDaemon - INFO - The following runs for the backfill will be retried, but have not been launched. Backfill is still in progress: 1908f288-6c03-4620-92ec-36b8fb24888e af189906-96ba-467d-9ea0-d74be361a880 9a98a638-2ab5-4cd0-8d27-02cf40352adc ```
- Loading branch information