Chris Jacob

Results 6 comments of Chris Jacob

After looking into this a little more, [moveToDelayed](https://github.com/OptimalBits/bull/blob/develop/lib/job.js#L300) _seems_ to do what I'm wanting but it's not documented, not present in the TS definition, and I have to pass `ignoreLock`...

Gotcha. So this third outcome is something you're potentially open to adding to the project? Something like this? ``` --> priorities -- > completed / | / job -> wait...

@theoephraim yes and no... the workaround I settled on is a bit hacky but ultimately worked. I ended up adding an "internal" property to our jobs that we use to...

We are seeing this issue as well in an app and are not on Heroku. We show upload requests as completing successfully in the server logs (returning 2xx) but with...

I was running into this problem as well and after a bit of searching, I landed on building/pushing each of my desired architectures and then creating the manifest in a...

It's still a bit confusing. Perhaps a note under the [database section](https://github.com/rubygems/gemstash/blob/682917470c6142c2bdc0de8a22361e5dd4ea9939/docs/gemstash-customize.7.md#database) in the docs would be helpful to others? > If you use the `postgres` `:db_adapter`, you'll need to...