Modify ScheduleRoot:
- Remove id, which doesn't appear to be useful to anyone
- Remove "Next tick" for "off" schedules
- Move "Next tick" next to switch for "on" schedules
- Add polling to Runs list
Differential D5328
[dagit] Tweak Schedule root details • dish on Nov 30 2020, 8:43 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Modify ScheduleRoot:
View Schedule, verify behavior descibed above.
Diff Detail
Event TimelineComment Actions this looks good, but ID is useful for one specific thing right now - debugging issues with the cron scheduler (the logs go in folders using the ID). We could make it less prominent but until we come to a final decision about whether we're killing SystemCronScheduler in this release I think it should still be available somewhere in dagit that we can direct users to during debugging. Comment Actions sure - the slice makes it a little trickier to find, but it's kind of an edge-case-y debugging flow anyways. Thanks for adjusting |