Replies: 1 comment 1 reply
-
No, Procrastinate is tightly coupled with PG. Starting to open it to other DBs would lead to a LOT of new kinds of headaches, and likely bring a lot of the things I'm not fond of in other vegetable-named Python task queues. That said, you're welcome to:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
i am currently researching python task queue frameworks.
So far, I like huey and procrastinate the most. Both are easy to use, stable and fast.
Unfortunately, huey is not async compatible, thats is where procrastinate shines. But I like Hueys SQlite storage. I am a huge fan of SQlite, because of its simplicity.
Therefore, I wonder, if there are any plans, or if it would be easy/hard to develop a Sqlite connector.
Thanks and regards,
legout
Beta Was this translation helpful? Give feedback.
All reactions