-
We want to enable time-based alerting, for that we need to schedule jobs:
> **Time-based alerting:** A lot of data consumers don't want to open a tool to get their answer, and it's more common to r…
-
Hey there! Really grateful that you created and are continuing to support this lib.
I noticed that `PgBoss.stop` does not seem to close the `pg.Pool` instance, even when using the internal construc…
-
'">
-
When working with pg-boss, I noticed that one could configure the batch size, but what if I would like to fetch all jobs, it does not seem to support that in the latest stable version, is that right?
-
We're running into a scaling concern with the `nextJob` internal query as we're reaching 1M+ jobs and 2M+ archived jobs.
Any wisdom on how to horizontally scale pg-boss DB operations with a proven…
-
Hey there, thanks for this great library.
I am looking into to optimize the query performance of the jobs table and wonder if someone (@timgit ) did expirement with timescaledb. I think if you mak…
-
Hi everyone, I am a newbie into using pg-boss. Trying to use this library to schedule a job. I did a simple setup like in [README](https://github.com/timgit/pg-boss#readme) instructed. But I don't see…
-
Basically I have the same issue as described here: https://github.com/timgit/pg-boss/issues/81
I have multiple tasks that I want to execute but only once per minute. If I use sendDebounced multiple…
-
# Bug report
## Describe the bug
After updating from 0.24.3 to 0.24.5, the following error occurs when starting the storage container:
```
2022-11-19T14:45:13: PM2 log: PM2 successfully stop…
-
Hi,
Yesterday I installed this plugin on my project from work that uses [Nest JS](https://nestjs.com/). Everything was working fine while manually testing.
Once I tried to run my automatic tests w…