-
Notifications
You must be signed in to change notification settings - Fork 88
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
Worker process killed during run_maintenance_tasks()
#726
Labels
bug
Something isn't working
Comments
To go further and look at the RQ failed Jobs:
|
This may be related to the database connection persistence in the context of long-running pipeline jobs. |
tdruez
added a commit
that referenced
this issue
May 12, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 12, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 12, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 12, 2023
tdruez
added a commit
that referenced
this issue
May 15, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 18, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 26, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 26, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 26, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 26, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 26, 2023
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
May 26, 2023
This appears to be fixed with changes from #748 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that a pipeline Run was manually stopped. The
run_maintenance_tasks
is eventually called by the worker, triggering thescanpipe_app.sync_runs_and_jobs()
.The exception is raised when evaluating the Django QuerySet:
The text was updated successfully, but these errors were encountered: