-
Hi, I was trying to migrate from v2 to v4, however I noticed a couple of issues, where some indexes and some columns are missing. i.e. index job_name, column startAfter...
Then I noticed in the mig…
-
So, let's say that we have some jobs on `queue1` and their `startAfter` property is in the past for all of them. If no other job is scheduled in `queue1`, then no job on that queue is completed, even …
-
https://github.com/timgit/pg-boss/blob/master/docs/usage.md#oncompletename--options-handler
1) `onComplete()` handler apparently doesn't make the *completion* job completed if it just normally exit…
-
We have an archive retention policy of 30 days before we evict from the `archive` table, but it seems that this produces some very poor query times as the number of archived jobs increases...
Shoul…
-
With 60 seconds as the maintenance interval, I see 4 times more maintenance jobs are published, with 50-2-2-6 cadence:
2020-03-22T07:58:47.011Z
...
at Boss.maintenanceAsync (boss.js:56:31)
at B…
-
This library is great, my team loves it. We have jobs that become known to our system potentially months before they should run. `startAfter` seems like a natural fit in this case, but `expireIn` impl…
-
I am looking into integrating this awesome lib (thanks, Tim and everyone involved!) into yet another project, but have some concerns on a way I'm planning to setup table monitoring.
**The Problem**…
-
```
rows := [][]interface{}{}
for _, row := range records {
rows = append(rows, []interface{}{row.Date.Format("2006-01-02 15:04:05"),...})
}
_, err := db.CopyFrom(context.Background(),
p…
-
Getting an error with the latest pull (from De 12, 2014:
bin/plexreport.rb:117:in `[]': no implicit conversion of String into Integer (TypeError)
from bin/plexreport.rb:117:in`getMovieInfo'
f…
rsava updated
4 years ago
-
We're currently using https://github.com/timgit/pg-boss in production, and it has been solid, but the API is a bit complex. I love how simple the API for "worker" is, and I'm inclined to give it a try…