-
Hi guys,
i start to use this to do some stuff ( like create folders every day, etc. ).
But when i try use schedule ( await boss.schedule('notification-abc', `0 3 * * *`, null, { tz: 'America/Chicago…
-
**ARCHIV OF SOLVED ISSUES:**
-----------------------------------
SOLVED ONES
- [x] **Backpack issue:**
You can buy backpack multiple times in Armory, so you lost your money, because it…
-
From the test
org.hibernate.test.annotations.entity.BasicHibernateAnnotationsTest testVersioning
I'm pretty sure we're doing the right thing, but I think the returned error does match what's expec…
-
Heya, started getting this after a re-install today with 4.3:
node_modules/pg-boss/types.d.ts:144:15 - error TS2304: Cannot find name 'PostgresInterval'.
Assuming it's somehow related to the Typ…
-
I have come across some weird behaviour which I am not too sure about as to why it happens:
In our tests we clear the pg-boss tables in a `beforeEach` like:
```
const PG_BOSS_TABLES = ["archive",…
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发贴人联系。
## 历史帖
- 202…
-
Hi! We're in the processing of instrumenting our pg-boss instance, and one of the metrics we're interested in is the span of time between a job's `startafter` column and the time it was actually deque…
-
When I dropped `pg-boss`'s tables manually (but didn't drop `pgboss.job_state` type nor the `pgboss` schema - I've missed that) it stopped working silently.
Maybe plans.js could insert more `IF NOT…
-
pg-boss rejects normal requests (such as `publish()` or `subscribe()`) if pgBoss isn't ready yet:
https://github.com/timgit/pg-boss/blob/0dbc2d2628d96df343b3f6f3e1cd4afe44bd9dd2/src/index.js#L59-L84
…
-
Currently, `start()` is responsible for both creation of pg-boss's tables in the database, and monitoring/archiving jobs. When starting multiple actors using docker-compose (alongside a database), we …