Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobs: record/surface errors encountered during planning #52916

Closed
dt opened this issue Aug 17, 2020 · 0 comments · Fixed by #53159
Closed

jobs: record/surface errors encountered during planning #52916

dt opened this issue Aug 17, 2020 · 0 comments · Fixed by #53159
Assignees
Labels
A-disaster-recovery C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@dt
Copy link
Member

dt commented Aug 17, 2020

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: ...."}.

@dt dt added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-disaster-recovery labels Aug 17, 2020
@miretskiy miretskiy self-assigned this Aug 18, 2020
@craig craig bot closed this as completed in 4926202 Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-disaster-recovery C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants