We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In
pandaserver/taskbuffer/db_proxy_mods//job_complex_module.py
shouldn't
job.taskBufferErrorDiag = "cloned in bad jobStatus like defined and pending"
be
job.taskBufferErrorDiag = "closed in bad jobStatus like defined and pending"
?
The text was updated successfully, but these errors were encountered:
This line:
job.taskBufferErrorDiag = f"didn't process any events on WN and retry unprocessed even ranges in PandaID={retNewPandaID}"
should be:
job.taskBufferErrorDiag = f"didn't process any events on WN and retry unprocessed event ranges in PandaID={retNewPandaID}"
Sorry, something went wrong.
Created PR with fix: #499
PalNilsson
No branches or pull requests
In
pandaserver/taskbuffer/db_proxy_mods//job_complex_module.py
shouldn't
job.taskBufferErrorDiag = "cloned in bad jobStatus like defined and pending"
be
job.taskBufferErrorDiag = "closed in bad jobStatus like defined and pending"
?
The text was updated successfully, but these errors were encountered: