procrastinate-org / procrastinate

PostgreSQL-based Task Queue for Python
https://procrastinate.readthedocs.io/
MIT License
852 stars 52 forks source link

Update migrations.md #1086

Closed ewjoachim closed 3 months ago

ewjoachim commented 3 months ago

Relates to the comments at the end of #1070

@medihack if you have an opinion, or think of something else we should say @alexwilson1 too :) It's certainly possible that we haven't found the root cause of your issue yet, so feel free to communicate !

Successful PR Checklist:

PR label(s):

github-actions[bot] commented 3 months ago

Coverage report

This PR does not seem to contain any modification to coverable code.

alexwilson1 commented 3 months ago

Applying migrations below worked for me as mentioned in the other thread:

02.00.03_01_add_job_priority.sql
02.05.00_01_add_periodic_job_priority.sql
02.06.00_01_add_cancel_states.sql

Thanks!

medihack commented 3 months ago

Yes, improving the docs there is a good thing. I understand that handling those migrations can be painful for non-Django users. I am not sure if I would have chosen Procrastinate myself when I was not working with Django.