Uh oh!
There was an error while loading. Please reload this page.
feat(BackgroundJobs): Allow preventing parallel runs for a job class - #37835
Conversation
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.
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.
Uh oh!
There was an error while loading. Please reload this page.
nickvergessen
commented
Apr 21, 2023
you need to rebase on master to fix the red ci |
4eb91d0 to
75a13f2Comparemarcelklehr
commented
Apr 21, 2023
Didn't help. |
skjnldsv
commented
Apr 21, 2023
|
nickvergessen
commented
Apr 21, 2023
So time to rebase again |
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
…Jobs Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
so Joas doesn't die Signed-off-by: Marcel Klehr <mklehr@gmx.net>
75a13f2 to
5a7f023CompareSigned-off-by: Marcel Klehr <mklehr@gmx.net>
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.
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
come-nc
left a comment
There was a problem hiding this comment.
We have both TestJob.php and JobTest.php files in the same folder xD
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
marcelklehr
commented
Apr 25, 2023
Can we merge this? CI failure seems unlreated. |
Summary
This PR adds a setAllowParallelRuns() method to the BackgroundJob\Job abstract class in order to allow jobs to disallow parallel runs.
Checklist