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 retriable errors in the job upon failure #68800

Closed
ajwerner opened this issue Aug 12, 2021 · 0 comments · Fixed by #69370
Closed

jobs: record retriable errors in the job upon failure #68800

ajwerner opened this issue Aug 12, 2021 · 0 comments · Fixed by #69370
Assignees
Labels
A-jobs C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@ajwerner
Copy link
Contributor

ajwerner commented Aug 12, 2021

Is your feature request related to a problem? Please describe.

The jobs Payload protobuf has a field for errors experienced during execution. We never populate it. Now that we have exponential backoff offered by the framework itself (which we needed to put there to deal with crashing), we will want information about why we're in that backoff loop.

This is also likely to justify creating a better error type to indicate retriability.

Epic: CRDB-7912

@ajwerner ajwerner added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-jobs labels Aug 12, 2021
@ajwerner ajwerner self-assigned this Aug 12, 2021
@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Aug 12, 2021
@craig craig bot closed this as completed in 56afa9f Aug 27, 2021
@exalate-issue-sync exalate-issue-sync bot added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-schema-deprecated Use T-sql-foundations instead labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-jobs C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant