▲ | jsmeaton 13 hours ago | |||||||
Cloudtasks are excellent and I’ve been wanting something similar for years. I’ve been occasionally hacking away at a proof of concept built on riverqueue but have eased off for a while due to performance issues obvious with non-partitioned tables and just general laziness. https://github.com/jarshwah/dispatchr if curious but it doesn’t actually work yet. | ||||||||
▲ | bgentry 5 hours ago | parent [-] | |||||||
Developer of River here ( https://riverqueue.com ). I'm curious if you ran into actual performance limitations based on specific testing and use cases, or if it's more of a hypothetical concern. Modern Postgres running on modern hardware and with well-written software can handle many thousands or tens of thousands of jobs per second (even without partitioning), albeit that depends on your workload, your tuning / autovacuum settings, and your job retention time. | ||||||||
|