James Holcomb

Results 50 comments of James Holcomb

I ended up refactoring my code by removing `lean` and `rawResult` from all write ops that use patch history. Would it be more useful to throw an error if the...

Perhaps you could expand on the behavior of 'disable the plugin hooks'

From an end user perspective, it is hard to imagine a scenario where you would explicitly configure a collection for patch history but disable the plugin if your db writes...

Also, the `delay` specified by `queue.add(name, data, {delay: x})` would override the existing delay.

That would satisfy my use case...For instance, a job is scheduled 3 months out. A user makes a change to some job data that requires it to be moved up...

I had assumed it would return`"{x: 1}"`

Also seeing this exact error with mgob v1.1 and 3-member replicaset on MongoDB 4.2.6 with readPreferred=secondary. The Dockerfile for mongodb-tools is 4.2.1-r1 Current Alpine edge is 4.2.3-r1 https://pkgs.alpinelinux.org/packages?name=mongodb-tools&branch=edge&arch=x86_64 Current source...

For my case, the error was due to OOMKilled...increasing the resources memory limit for mgob resolved it.

I might be running into this as well....would it occur if calling bail() inside a try/catch block within the retrier?

Same issue here...I could not get @hodgef solution to work on 0.6.20. I am not using expo. RN 46.4