Results 134 comments of Tim Jones

> Any reasons not to have it in pg-boss itself? This seems reasonable to add. It's been plenty of time since the last concurrency feature was deprecated. > And just...

I wouldn't want to block round robin because of something more complicated, no. It's good enough to match other package and queue offerings, but I at least want to document...

Ok, I'm having 2nd thoughts on this. Including these linked prominently in the readme is going to be seen as a recommendation and not quite the "use at your own...

Oh boy, you had to ask that. ;) I'm going to just write down my thoughts. This is not meant to be "you need to do this". The primary source...

I'd prefer it as a subfolder in this repo

Does #599 not count? ;) It's mostly triage (fixes preferred over enhancements), but with a small element of distractions inherent in the human condition.

The bias here is that long-running jobs are problematic, since they sometimes correlate to long-running functions. Why are they problematic? I can't claim to be the authority on why most...

There is a `wip` event you can listen to that has all the workers and their metadata. Each worker's polling loop is mostly surrounded by try/catch, and `error` will be...

I'm interested in this. Have you already tried the auto-instrumentation of https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/instrumentation-pg

I think the most straight-forward option is > Allow stop() to stop the DB connection even if the worker is already stopped. I think the easiest way to build the...