jobs: record/surface errors encountered during planning #52916
Labels
A-disaster-recovery
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Currently if a scheduled job encounters errors while planning the job it wants to run, it logs but otherwise does not surface that error or otherwise give any indication that it even attempted to run that schedule. We should update the schedule to record failed to create job in the
changes
field, e.g.schedulingErrors: []{time: 2020-08... , err: "failed to create job: ...."}
.The text was updated successfully, but these errors were encountered: