Uh oh!
There was an error while loading. Please reload this page.
[IMP] queue_job: Add split method - #658
Conversation
OCA-git-bot
commented
Jun 4, 2024
Hi @guewen, |
f1e4b8b to
6131cf1CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
6131cf1 to
feab369Compareparadoxxxzero
commented
Jun 4, 2024
The coverage does not seem to include the unittest :/ |
Import the new test in |
facdc08 to
46f344eCompareThey weren't run as they were |
46f344e to
3865f14Compareparadoxxxzero
commented
Jul 2, 2024
I added a chain parameter to split into a chain instead of a group. Is there anything lacking for this to be merged? |
amh-mw
commented
Jul 2, 2024
Just the attention of @OCA/connector-maintainers |
OCA-git-bot
commented
Jul 17, 2024
This PR has the |
1 similar comment
OCA-git-bot
commented
Jul 17, 2024
This PR has the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
3865f14 to
53558edComparesimahawk
commented
Nov 18, 2024
As this is not touching any existing feature and is not adding a lot of code IMO we can move on w/ the merge. |
53558ed to
f929b64Compareparadoxxxzero
commented
Nov 19, 2024
Done |
simahawk
commented
Nov 19, 2024
/ocabot merge minor |
OCA-git-bot
commented
Nov 19, 2024
On my way to merge this fine PR! |
OCA-git-bot
commented
Nov 19, 2024
Congratulations, your PR was merged at cf2ff24. Thanks a lot for contributing to OCA. ❤️ |
This is a draft PR trying an alternative approach for #566
The
splitfunction onDelayablereturns aDelayableGroup.This is an attempt and I am open to suggestions