Uh oh!
There was an error while loading. Please reload this page.
14.0 fix queue job cron jobrunner - #643
Conversation
* 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
158ff89 to
148fb90Compare
sbidoul
left a comment
There was a problem hiding this comment.
Given the documentation of the ChannelJob class, this fix looks correct
Channel jobs are comparable according to the following rules:
* jobs with an eta come before all other jobs
* then jobs with a smaller eta come first
* then jobs with a smaller priority come first
* then jobs with a smaller creation time come first
* then jobs with a smaller sequence come first
sbidoul
commented
Apr 14, 2024
cc/ @simahawk |
OCA-git-bot
commented
Apr 15, 2024
This PR has the |
dreispt
commented
May 11, 2024
@simahawk care to review? |
petrus-v
commented
Sep 12, 2024
Hi @ivantodorovich ! I hope this finds you well :) As you are the maintainer of this module do you mind to review and merge it if you're fin with it ? |
sbidoul
commented
Sep 12, 2024
/ocabot merge patch |
OCA-git-bot
commented
Sep 12, 2024
On my way to merge this fine PR! |
OCA-git-bot
commented
Sep 12, 2024
Congratulations, your PR was merged at 28460c6. Thanks a lot for contributing to OCA. ❤️ |
No description provided.