from Hacker News

Using Postgres for a Robust Cron System

by praveenweb on 3/17/21, 10:36 AM with 3 comments

  • by barbazoo on 3/17/21, 2:56 PM

    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.