-
I tried changing the connection logic for my sunbro so it connects to people at the bottom of my summoning range instead of close to my SL. My subjective impression is that that increased my summoning…
-
Hello,
I am normally using "Bull" on my projects for my clients. I had some problem on some featurea and I want to give a try on this pg-boss for a new client.
First of all, is it production rea…
-
So, I'm using pg-boss with bunjs.
I'ts all running OK, except that error
```
18 | .catch(resolve)
19 | })
20 |
21 | promise.abort = () => {
22 | if (!ac.signal.aborted) {
23 | …
-
Something similar to https://github.com/timgit/pg-boss/blob/master/docs/readme.md#job-states
-
I'm trying to follow the README example in typescript. I have pg-boss 9.0.3 installed via `yarn add pg-boss`.
My goal is to simply queue a job, and then process this via `work`. My expectation is t…
-
Hi, I am new to wasp and wanted to create an app with open-saas. I followed the instructions on the official docs, but when running `wasp start` I get an empty page at `http://localhost:3000/` (favico…
-
I'm quite new to pg-boss and only recently downloaded version 9. Yesterday I upgraded to 10.6. I wiped out the `pgboss` schema and let it create the new schema. I noticed that the `job` table does not…
-
After upgrading to pg-boss 10.0.1, we are seeing a much higher CPU utilization on our application:
![image](https://github.com/user-attachments/assets/f8f5b5dd-a894-49c3-8dc0-3c93ec645fe0)
And o…
-
Impossible d'ingérer shape_iris_2024, le py script est killed après quelques minutes sans plus de détail.
Peut être un problème de ma version de PG (pg 14) ?
-
I've just started using pg-boss, so pardon if I'm missing something basic.
I started already with the latest version v10.0.1.
Since [v10.0.0](https://github.com/timgit/pg-boss/releases/tag/10.0.0), …