Commit Graph

1867 Commits

Author SHA1 Message Date
Manuel Astudillo 923ef0c17b feat: better rate limiter (#1816) 2020-08-11 11:07:30 +02:00
Manuel Astudillo 09b9a7f437 Create node.js.yml 2020-08-10 11:30:05 +02:00
Gabriel Castro 332a96b35d feat(sandbox): kill child workers gracefully (#1802)
Properly handle SIGTERM in the child workers by waiting for the current
job to exit, then exiting cleanly.

Queue.close now also kills the workers and waits for them to close
2020-07-24 15:43:53 +02:00
Dobes Vandermeer c23ed7477a docs: document createClient option (#1791) 2020-07-21 10:14:24 +02:00
Dobes Vandermeer dfc9211ba5 docs: add some notes to "Reusing Redis Connections" (#1790) 2020-07-21 10:11:26 +02:00
Manuel Astudillo 712df1db6f Update REFERENCE.md 2020-07-20 12:32:04 +02:00
Manuel Astudillo 013c51942e 3.16.0 v3.16.0 2020-07-16 22:46:12 +02:00
Manuel Astudillo 15bcef3355 docs: update CHANGELOG 2020-07-16 22:46:04 +02:00
Manuel Astudillo b96fd32ec6 test: give some time slack to rate limiter test 2020-07-16 18:25:35 +02:00
Manuel Astudillo 75eba491cb test: replace uuid() by v4() 2020-07-16 18:25:35 +02:00
Manuel Astudillo b6a7aeff3a test: more slack for rate limiter test 2020-07-16 18:25:35 +02:00
Manuel Astudillo 2905a4ee2a chore: removed support for node 8 2020-07-16 18:25:35 +02:00
Manuel Astudillo 5abcb542f5 chore: updated yarn.lock 2020-07-16 18:25:35 +02:00
Manuel Astudillo ac2fc51c2b feat(rate-limiter): add grouping support 2020-07-16 18:25:35 +02:00
Manuel Astudillo 71df921351 chore: upgrade eslint, deprecated node 8 2020-07-15 23:27:25 +02:00
Manuel Astudillo c49f8b0e9e fix: fix lint errors 2020-07-15 23:26:51 +02:00
Manuel Astudillo 990761a4fd chore: remove utils.isEmpty 2020-07-15 23:14:18 +02:00
Manuel Astudillo 721172f8a5 chore: upgrade eslint java version to 2018 2020-07-15 22:59:13 +02:00
Manuel Astudillo aa5b99b795 fix(addbulk): do not mutate inputs 2020-07-03 16:32:00 +02:00
Manuel Astudillo 17da4e5f3a 3.15.0 v3.15.0 2020-06-30 13:18:36 +02:00
Manuel Astudillo 67a115c92c chore: upgrade dependencies 2020-06-30 13:18:29 +02:00
Manuel Astudillo 9a9ff5c18c docs: update changelog 2020-06-30 13:17:21 +02:00
Manuel Astudillo 19c7e44603 feat: add isPaused fixes #1274 2020-06-29 23:17:49 +02:00
Erik Engervall 0b7a73a6de docs: Update README.md (#1624)
https://github.com/mixmaxhq/arena has been archived
2020-05-11 07:57:36 +02:00
Mizumaki Ryota 325ec818d3 docs: fix getJobs description (#1695) 2020-05-11 07:56:24 +02:00
Dave Hendler 6345c79db5 fix: emit waiting event when adding a priority job (#1134) 2020-05-11 07:55:23 +02:00
Joshua Paling fa3b557e32 docs: make it clear that bclient connections are intentionally not reused (#1714) 2020-05-11 07:54:03 +02:00
dependabot[bot] da484ebf44 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 07:52:33 +02:00
dependabot[bot] d6d5e8d9df chore(deps): bump handlebars from 4.1.2 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.6.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 07:52:15 +02:00
dependabot[bot] 49cdb77a14 chore(deps): bump lodash.template from 4.4.0 to 4.5.0
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 07:51:51 +02:00
dependabot[bot] e84ff77b35 chore(deps): bump acorn from 6.1.1 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 07:51:13 +02:00
dependabot[bot] 1c4caa8b23 chore(deps): bump eslint-utils from 1.3.1 to 1.4.3
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-11 07:50:48 +02:00
Manuel Astudillo a4aa27c213 3.14.0 v3.14.0 2020-05-08 15:37:36 +02:00
Manuel Astudillo 7f9056a5c7 docs: update changelog 2020-05-08 15:36:52 +02:00
Manuel Astudillo 1898b5a5b2 feat(queue): add removeJobs function 2020-05-08 15:32:53 +02:00
Manuel Astudillo 635210f5e5 fix(job): guard moveToComplet/Failed with isReady 2020-05-07 22:29:14 +02:00
Harris Munir 10a9eae35a fix: clamp negative job delay values to 0 to prevent thrashing 2020-04-23 22:14:30 +02:00
Tobi Kremer c06af988a7 docs: improve documentation for getJobs() (#1468) 2020-03-21 11:23:04 +01:00
Eric Carboni c61cd8432e docs: add a hyperlink to #488 in README 2020-03-21 11:18:35 +01:00
Julian Hundeloh 031b231259 fix: use DEFAULT_JOB_NAME (#1585) 2020-03-21 11:17:48 +01:00
Akintunde 3a6a519d0b docs: Update REFERENCE.md (#1595)
Spelling Correction
2020-03-21 11:17:07 +01:00
Dan Trocchio 626f21f261 fix: remove the lazy client error handler on close (#1605) 2020-03-21 11:15:46 +01:00
Jack 5ecc30bf32 docs: Update REFERENCE.md (#1633) 2020-03-21 11:11:40 +01:00
Daniel Hritzkiv 4a6268b813 docs: Update CHANGELOG.md (#1652)
Format changes as a list
2020-03-21 11:08:24 +01:00
lake-toya 4b6031d6c4 fix: prevent exceeding the maximum stack call size when emptying large queues (#1660) 2020-03-21 11:07:30 +01:00
Akintunde dbe25495cb Update REFERENCE.md (#1668)
docs: correct spelling of milliseconds
2020-03-21 11:05:56 +01:00
Laurin Quast b06f4b2197 docs(REFERENCE.md): add missing curly bracket (#1677) 2020-03-19 09:29:42 +01:00
Manuel Astudillo ec8ad57ecc Merge pull request #1619 from chocof/uninitialized_queue_promote_fix
fix: call Queue.isReady() before job promote is called
2020-03-01 18:00:41 +01:00
Manuel Astudillo 95bc6273f9 Merge pull request #1653 from emilianoLeite/develop
[REFERENCE] Update `Job#moveToFailed` link
2020-02-16 10:41:08 +01:00
Emiliano Leite 9b6f9b73ad Update Job#moveToFailed link 2020-02-14 19:17:33 -03:00