-
-
-
I am evaluation `worker` in conjunction with a table that holds a job "state" (created|retry|completed|failed|etc). For this it would be great to have global or queue events (or hooks?). At the moment…
-
Hi everyone, I'm hoping to get some advice on the best way to test scheduling with pg-boss.
First of all, developing with this library has been an absolute pleasure so far, so thank you for all of …
-
If the `state` conditional is:
```
function archive (schema) {
...
state < '${states.active}' AND keepUntil < now()
...
```
I.e. [configuration.md](https://github.com/timgit/pg-boss/blo…
-
Hi, many thanks for pg-boss.
We're having an issue with the number of database queries being made by pg-boss. Our app is subscribing to 13 pg-boss queues. When we scale up to 7 instances of our app…
-
Connecting to a version PostgreSQL 11.10, I'm getting errors from cannot execute in a read-only transaction.
I've confirmed with the same connection string with node client 'pg', that I'm able to cre…
-
## My Environment
| Software | Version(s) |
| ---------------- | ---------- |
| Operating System | Ubuntu 19.10 |
| `jekyll` | Latest |
| `github-pages` | No |
…
-
The docs for "Retention options" state that the options control
> [how long] a job may be in created state before it's archived
I'm a little confused as to what that means specifically. Jobs sta…
ghost updated
3 years ago
-
It would be nice to support retention period for `__state__completed__` jobs different from the default (30 days).