Replies: 1 comment 2 replies
-
Hey :) That's nice ! I'm not sure I'll have a lot of time to explore your project, but you're very welcome if there are things you'd like to bring over to Procrastinate ! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mostly as a learning exercise I built a project that turned out to be very similar: https://github.com/adriangb/pgmq
I had actually ⭐️ procrastinate a couple of years ago it seems but didn’t remember when I did a cursory search before writing pgmq. It was mostly a learning exercise anyway so I don’t regret writing it, but since it was written in isolation I’m curious what folks here think. Are there any obvious pitfalls that you’ve dealt with in procrastinate that I missed?
I think the hardest part for me was scope: Postgres is super powerful and you could tack on features forever. My first iteration had topics and subscriptions, I was planning on building Pub/Sub in Postgres. It’s totally possible, but I decided to cut back to keep things cleaner/simpler. Same thing with a couple other features like DLQs.
Beta Was this translation helpful? Give feedback.
All reactions