[12.0][IMP] queue_job: track error in chatter#577
Merged
OCA-git-bot merged 3 commits intoOCA:12.0from Nov 27, 2023
Merged
Conversation
b0e1a0f to
9715565
Compare
PCatinean
approved these changes
Nov 26, 2023
Contributor
|
I second this, db size should not be an issue with the autovacuum and exception info is indeed quite important |
9715565 to
7b7f2f5
Compare
Contributor
Author
simahawk
approved these changes
Nov 27, 2023
Contributor
simahawk
left a comment
There was a problem hiding this comment.
LG. Next time pls, move the pre-commit update to another PR 🙏
Contributor
|
This PR has the |
Member
|
/ocabot merge patch |
Contributor
|
Hey, thanks for contributing! Proceeding to merge this for you. |
Contributor
|
Congratulations, your PR was merged at 3ec3e8f. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When job fails, it shows in chatter:
Later, the job does a retry. If the retry succeeds, the error is deleted. If not succeeds but the error is different, the error changes. In both cases, you cannot know what was the first error. Let's put in the chatter to have better history.