-
Hello Santiago,
Hey i am using your nice code structure to build my new application, i am new to typescript and typedi. I am stuck at injecting database connections at model
I am using postgresql …
-
Hello and thank you for providing an excellent library!
Is there a way to synchronize on the completion of a job based on the ID returned from `boss.publish(...)`?
I would like to publish a job …
-
Thanks again for the awesome library. I have two questions both related to the goal of churning through **jobs as quickly as possible**
1. Is there a way to configure `pg-boss` to grab from the que…
-
When a query (especially long running) is interrupted while using a connection from a Pool, that connection is almost immediately returned to the pool even if the query is still running on that connec…
-
Hi,
Please how does multi threading works in this library.
I want to manually create multiple threads to test and handle Shopify api call limit. How do i do that?
-
Please can you show an example of how to connect to PostgreSQL in a job handler. I am using this library with NestJS and i want to connect to PostgreSQL and perform database operations inside a job ha…
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发帖人联系。
谢绝中介和猎头发帖,违者拉黑。…
-
```ts
const boss = new pgBoss({ ...postgresOptions, user: postgresOptions.username });
boss.on('error', (error) => console.error(error));
await boss.start();
await boss.schedule('analytics', `* * …
-
Looking in the config, i see this: https://github.com/timgit/pg-boss/blob/master/docs/configuration.md#retention-options
By default its 30 days, judging by the description of it, is this saying its…
-
**Description**
#554 and #555 form the basis for implementing `scheduler` on top of `pg-boss` (or, if needed, other tools). This task starts the actual implementation by creating a hierarchy of job-…
candu updated
4 years ago