-
-
Notifications
You must be signed in to change notification settings - Fork 471
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
[16.0][UPD] Forward port changes from 14.0 and 15.0 #729
base: 16.0
Are you sure you want to change the base?
Conversation
Hi @guewen, |
As normal user only have read access to delay.export, we need sudo to chreate an attachment on this record Use user 6 (Marc Demo) in the tests, not admin (2)
Configuration of randomized retry intervals is not possible due to the formatting checks not being updated. This should fix it.
* use FIFO, firt createad job will be treat first * if priority are different it take the precedent Yet we are not using channel priority into account
You squashed commits from this PR into one: https://github.com/OCA/queue/pull/676/commits |
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.
One comment, LG othrewise
2ebafe9
to
81ff27c
Compare
- an explicit flush is needed or child jobs won't be updated - no need to forward port, this was fixed already in 16.0+
Otherwise, you cannot use any channel other than default ( root.ir_cron)
I've re-based to preserve history here. |
I disagree, the I preserved it. The other EDIT: was also mentioned in comment on the PR that it pre-existed in 16: #676 (comment) |
You are right, I misread the line, there is another flush call in the same method but regarding |
Following PRs were missing in 16.0 branch. They are now forward ported from 14.0 and 15.0 branches: