-
## Description
To run jobs in the background as cronjobs jobs, or jobs that might take up significant resources, we would like to use `pg-boss`. This would allow us to harness the power of our databa…
-
- [ ] Bull
- [ ] Graphile worker
- [x] Pg boss
Will also need to expose a `x.runWorker` command or something similar that can run these in a separate process
-
Looking at upgrading to v10, but having issues wrapping my head around how to replace my onComplete scenario. Is that flow no longer supported at all going forward or am I just blind?
Currently I h…
-
Hello Tim,
Thanks again for this beautiful piece of software. I was enjoying using it at a Node.js project and wished there had been a crate with _at least_ a pgboss client - to consume job and r…
-
In order to create a QOS system it would be great to support a `filter` option by the `work()` method.
This new parameter lets the user to write to a single queue/table and 2 different workers will…
Eomm updated
2 months ago
-
Similar to the concept in `pg-boss`, it makes sense for some use-cases to only allow 1 job within a specific group in an active state and only allow 1 extra to be queued. It would make this library a…
-
Hi,
thanks for your great work! Much appreciated.
I just wanted to migrate to v10. But now I noticed that wildcards are not supported anymore.
Unfortunately this is not mentioned in the release…
-
> When I first start the app after restarting my Mac the app starts normally (after starting the db) but once I restart the app (wasp start) again, it fails saying: [Server!] pg-boss failed to start! …
-
Some users reported failures with `pg-boss`'s connection to the database. On a closer look, it seems that it's a general database connection issue due to using IPv6 to connect.
Check this out for …
-
Hi,
I have a question that might point to a bug.
Recently i've been using PG-Boss in a set of CLI scripts, but was surprised to see that no jobs were created. It turned out that when writing the…