-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
[14.0] edi_oca: fix/imp jobs #855
Conversation
After looking into the comments here: OCA/queue#573 (comment) What about adding some json field that handles that kind of technical related records. I'm not sure if this will be feasible. adding some kind of json with model.name key and array of ids like {"queue.job": [1,2,3]} maybe if only queue jobs are necessary it can be simplified. |
Yeah, I don't know yet.... For the moment I will drop this part. If you come up w/ an idea meanwhile, feel free to take it over! 😉 |
5f0212d
to
7b4bdd0
Compare
7b4bdd0
to
8ec0fbd
Compare
@HviorForgeFlow would you mind to drop a review pls? |
Send jobs might fail due to an external service being not responsive. If the job is simply failed, a new one will be spawned and might encour in the same error again, possibly leading to an high number of duplicated jobs for the same record. Yet, when a RetryableJobError is raised, the job will be set back into pending state and will be nicely retried based on jobs configuration.
8ec0fbd
to
53ab3d7
Compare
When actions are automated, is nice to see that data has been generated for an exchange on the related record.
exchange_generate now returns status string, not the output.
Picked |
@HviorForgeFlow @etobella gentle ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR has the |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 32eea26. Thanks a lot for contributing to OCA. ❤️ |
TODO