-
-
Notifications
You must be signed in to change notification settings - Fork 460
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][queue_job] JobsTrap perform_enqueued_jobs not working with jobs creating new jobs #651
Labels
Comments
fdegrave
changed the title
[16] queue_job JobsTrap perform_enqueued_jobs did not work if jobs create new jobs
[16] queue_job JobsTrap perform_enqueued_jobs not working with jobs create new jobs
May 18, 2024
fdegrave
changed the title
[16] queue_job JobsTrap perform_enqueued_jobs not working with jobs create new jobs
[16][queue_job] JobsTrap perform_enqueued_jobs not working with jobs create new jobs
May 18, 2024
fdegrave
changed the title
[16][queue_job] JobsTrap perform_enqueued_jobs not working with jobs create new jobs
[16][queue_job] JobsTrap perform_enqueued_jobs not working with jobs creating new jobs
May 18, 2024
fd-oncodna
added a commit
to fd-oncodna/queue
that referenced
this issue
May 25, 2024
fd-oncodna
added a commit
to fd-oncodna/queue
that referenced
this issue
May 25, 2024
This was referenced May 25, 2024
guewen
pushed a commit
to guewen/queue
that referenced
this issue
Aug 14, 2024
QuocDuong1306
pushed a commit
to QuocDuong1306/queue
that referenced
this issue
Sep 19, 2024
QuocDuong1306
pushed a commit
to QuocDuong1306/queue
that referenced
this issue
Sep 24, 2024
thienvh332
pushed a commit
to thienvh332/queue
that referenced
this issue
Oct 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Module
queue_job testing utilities
Describe the bug
After a call to perform_enqueued_jobs the enqueued_jobs is empty, even if one of the jobs created new jobs.
To Reproduce
Affected versions: tested on 16
Steps to reproduce the behavior:
Expected behavior
trap.enqueued_jobs contains the newly created jobs
Note: this is an easy fix, I already tested it. This bug report is for reference in the PR I'll create shortly.
The text was updated successfully, but these errors were encountered: