Comment on Postgres as queueComments−brycelarkin2yBig fan of Graphile Worker to handle this job. https://github.com/graphile/worker−jawngee2y+1 graphile worker. we use it to coordinate all of our background tasks and events (use slayQ https://slayq-docs.vercel.app which is kind of a wrapper around it)
Comments
Big fan of Graphile Worker to handle this job. https://github.com/graphile/worker
+1 graphile worker. we use it to coordinate all of our background tasks and events (use slayQ https://slayq-docs.vercel.app which is kind of a wrapper around it)