diff --git a/README.md b/README.md index a081580..d03a6e9 100644 --- a/README.md +++ b/README.md @@ -217,3 +217,11 @@ See the [CONTRIBUTING.md](https://github.com/stitchng/adonis-queue/blob/master/C [coveralls-image]: https://img.shields.io/coveralls/stitchng/adonis-queue/master.svg?style=flat-square [coveralls-url]: https://coveralls.io/github/stitchng/adonis-queue + +## Support + +**Coolcodes** is a non-profit software foundation (collective) created by **Oparand** - parent company of StitchNG, Synergixe based in Abuja, Nigeria. You'll find an overview of all our work and supported open source projects on our [Facebook Page](https://www.facebook.com/coolcodes/). + +>Follow us on facebook if you can to get the latest open source software/freeware news and infomation. + +Does your business depend on our open projects? Reach out and support us on [Patreon](https://www.patreon.com/coolcodes/). All pledges will be dedicated to allocating workforce on maintenance and new awesome stuff. diff --git a/src/Queue/index.js b/src/Queue/index.js index c6e7bf9..84c5b88 100644 --- a/src/Queue/index.js +++ b/src/Queue/index.js @@ -125,7 +125,7 @@ class Queue { queue.process(1, job.handle.bind(job)) job.processCalled = true } - }, 0) + }, 1) return _job.setId(this._jobUuid) .timeout(job.timeOut || 0)