Skip to content

Commit

Permalink
release(v0.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Jul 10, 2019
1 parent 352501d commit e952766
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion src/Queue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e952766

Please sign in to comment.