Replies: 2 comments 2 replies
-
I don't know if there's a specifically official way of doing that but you can purge the jobs table. Given the cascade, it should be enough. I haven't done it often. Do you think there should be a function or something to facilitate that ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Yes, I also sometimes miss a script in development to make this easier. Usually, I log in with pgsql and do it manually, but just a small script (with a confirmation, of course) would make things easier. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to complete delete all data from procrastinate? While developing I often need to clean all jobs (hard delete) just so I don't need to deal if stalled or failed tasks in development.
Beta Was this translation helpful? Give feedback.
All reactions