Jeff Principe
Jeff Principe
I am trying to reconcile locks in agenda with the way I typically see them work in other systems. Namely, if the lock for a job expires while a worker...
When running `npm audit` in a project using this package, a vulnerability comes up for `yargs-parser`. ``` ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve...
While working with the new promise code, I came across some code that results in unhandled promise rejections at the Node.js level for certain error cases. This PR addresses those...
As far as I can tell, creating a client using the current amqp10 implementation creates [a single session](https://github.com/noodlefrenzy/node-amqp10/blob/master/lib/amqp_client.js#L70), which becomes tied to the client/connection and is used for all links...
Sorry for the blitz of issues. I was working through a long scenario and wanted to make sure it worked end-to-end before raising issues for the things I needed to...