procrastinate-org / procrastinate

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

Improve documentation on basic operations #1157

Closed medihack closed 2 weeks ago

medihack commented 1 month ago

While working on #1156 I noticed that the documentation of Define a task and Defer a job can be improved a bit. Both should mention that there is also an async way to do things. I will add it to the v3 branch and indicate that a sync task runs in its own thread (which is true when #1156 is merged).