-
Merge pull request #1150 from earlye/earlye-fix-typos
Trying to clarify the wording around pausing.
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #1136 from osher/patch-1
Update .travis.yaml - test platforms by node LTS
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Update .travis.yaml - cover node v8 as well
`- "node"` gets to use v9.x...
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits
-
Merge pull request #990 from niklassletteland/master
add id param validation in Job.get() to prevent uncaught exception
-
Merge pull request #1013 from moustacheful/master
Add support for specifying database via querystring on redis URL
-
Merge pull request #1018 from 100health/allow-promotion-lock-ttl-over…
…ride Allow override of promotion lockTtl
-
Merge pull request #1060 from hoangphuoc25/master
Fix a bug that might cause job to stuck in inactive state
-
Merge pull request #1028 from nickysemenza/master
add prefix as a parameter for kue-dashboard
-
Merge pull request #1048 from eyalcohen4/master
Docs - Domains are deprecated from node
-
Merge pull request #1029 from Darkhogg/backoff-max-delay
Allow exponential backoff to cap its delay at an specified maximum
-
-
eyalcohen4 committed
Apr 7, 2017
-
Render Job Event listing as a list instead of as a block of code
-
Merge pull request #984 from nwhatt/master
Add delay to custom back off function
-
Merge pull request #986 from ipiz/master
Fixed example: `job.log({[1,2,3,5,8]});` to `job.log([1,2,3,5,8]);`
-
add id param validation in Job.get() to prevent uncaught exception
issue #989 - calling `Job.get()` with an `id` param that is null or undefined will result in an uncaught exception. this adds a validation check to prevent this, and returns an application level error instead
-
-
behrad committed
Nov 5, 2016 -
Merge pull request #978 from rtodea/master
ISSUE-953 Fix redis commands SLC integration