Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Using Postgres for a Robust Cron System (hasura.io)
12 points by praveenweb on March 17, 2021 | hide | past | favorite | 3 comments


Any reason you couldn't replace "Postgres" with "a database"? I didn't find anything Postgres specific other than maybe "SELECT FOR UPDATE SKIP LOCKED" which you can do without.


> Any reason you couldn't replace "Postgres" with "a database"

You could! But you would need ideal concurrency semantics.

> I didn't find anything Postgres specific other than maybe "SELECT FOR UPDATE SKIP LOCKED" which you can do without

You mean using some equivalent way to achieve "SELECT FOR UPDATE SKIP LOCKED" ?


Using some equivalent, yes




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: