-
Notifications
You must be signed in to change notification settings - Fork 56
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
builtin_tasks.remove_old_jobs error #1075
Comments
Woo, let me know how the future looks like (the latest released version is 2.3.0) :) Jokes apart: can you let us know the version of the PG server, and the exact error (you mentionned where the error is, which is great, but I need to know what the error is as well) |
@ewjoachim Thanks for the reply. Here is the complete traceback:
|
So the issue is |
https://github.com/procrastinate-org/procrastinate/releases/tag/2.4.0 I believe it should be fixed in the new release. Feel free to reopen if not. |
Discussed in #1073
Originally posted by @vedanthshetty-739 June 14, 2024
Hi Team,
I'm using Procrastinate in one of my project.
earlier i was using version 0.29.1 now moved to 2.30.0.
Now I'm getting error while calling this built in
remove_old_jobs
to clean Procrastinate record.,while debugging I found it's failing in sql query.
error:
WHERE job.status = ANY(ARRAY['succeeded','failed'])
Could you please let us know on this issue once.
The text was updated successfully, but these errors were encountered: