adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️

MIT License

Downloads
7.2K
Stars
309
Committers
12

Bot releases are hidden (Show)

adonis-bull - Update to Adonis v5 release Latest Release

Published by HigoRibeiro over 3 years ago

  • Merge pull request #83 from Rocketseat/chore/bump-version a23ba3b
  • chore: Bump the adonis bull package 45c64c5
  • Merge pull request #81 from arthur-er/alpha 971a8e5
  • fix: Update to adonis v5 release 4a30418

https://github.com/rocketseat/adonis-bull/compare/v1.0.0-2...v1.0.4

adonis-bull - v0.2.5

Published by pellizzetti over 3 years ago

  • chore: Add new parameter to ui function abfbf51
  • chore: Change readme cba774b
  • chore: Add UI custom hostname to listen command 20a7274
  • chore: Bump the package version b14fe62

https://github.com/rocketseat/adonis-bull/compare/v0.2.4...v0.2.5

adonis-bull - v0.2.4

Published by pellizzetti over 3 years ago

  • docs: Improve event section 89f6c64
  • chore: Bump the bull and bull-board packages c63f41c

https://github.com/rocketseat/adonis-bull/compare/v0.2.3...v0.2.4

adonis-bull - v1.0.0-2

Published by jpedroschmitz over 3 years ago

  • docs: Improve the example of obtaining the key c3cb234
  • fix: Use the options defined in the job 55fbbc5

https://github.com/rocketseat/adonis-bull/compare/v1.0.0-1...v1.0.0-2

adonis-bull - v1.0.0-1

Published by jpedroschmitz over 3 years ago

  • chore(deps): Update np to 7.3.0 c6590d5
  • fix: Use handle method by instance 448f81d
  • Merge branch 'master' of github.com:Rocketseat/adonis-bull into alpha afbc831
  • docs: Add why section and new badges a68fa6a
  • chore: Add @rocketseat/commitlint-config 3b8c834
  • ci: Fix coveralls error when running on CI b370751

https://github.com/rocketseat/adonis-bull/compare/v1.0.0-0...v1.0.0-1

adonis-bull - v0.2.3

Published by jpedroschmitz over 3 years ago

  • chore: Upgrade bull-board to 1.2.0 3df0189
  • docs: Add why section and new badges a68fa6a
  • chore: Add @rocketseat/commitlint-config 3b8c834
  • ci: Fix coveralls error when running on CI b370751
  • docs: Add note about Adonis v5 4c47a29

https://github.com/rocketseat/adonis-bull/compare/v0.2.2...v0.2.3

adonis-bull - v0.2.2

Published by jpedroschmitz over 3 years ago

Initial release

adonis-bull - v1.0.0-0

Published by jpedroschmitz over 3 years ago

  • test: Remove console.log a0a1ad4
  • chore: Add publish script e414dec
  • docs: Update TOC and improve readability eb1e7a2
  • chore: Include description on package.json 9f510c6
  • chore: Run Prettier, lint-staged and japa on .ts files d307938
  • chore: Include @fhugoduarte as a codeowner e62d411
  • chore: Run prettier on all files 2286842
  • Merge branch 'master' into feature/adonis5-alpha 62f4bac
  • fix: package.json type path; wrong export interface 26a8374
  • Merge pull request #58 from Rocketseat/feat/add-make-exception 35820b8
  • chore: export some bullmq types f38bcfe
  • feat: add the make exception command adb2fc1
  • Merge pull request #57 from Rocketseat/feat/test-and-provider-improvements 4355961
  • fix: remove unnecessary log 69d3358
  • chore: remove unnecessary config 71daaf4
  • test: add event listener tests, improve some old tests 54fdb3d
  • feat: add event listener into bull class 247b51d
  • chore: improve the setup application test 4d42009
  • chore: define which files are covered 523281b
  • chore: Add ExceptionHandler documentation 70e41ae
  • chore: README refactor e37aaf3
  • chore: Change connections env names 6e717d7
  • chore: Create test-helpers 6b9d6ef
  • fix: Fix schedule method bf9be55
  • chore: Improve invoke command ddd69e4
  • fix: Connections config b5b3c9e
  • chore: Commands improvement 855f454
  • chore: Upgrade bull-board 41f5d1e
  • Merge pull request #39 from RodolfoSilva/feature/migrate-to-adonis-5 1b06205
  • Merge branch 'master' into feature/migrate-to-adonis-5 910e60c
  • feat: add test case to BullExceptionHandler 5f6e365
  • feat: add exception handler 0a68642
  • chore: update documentation 1685fe4
  • feat: ignore IDE config files fefac47
  • refactor: remove @adonisjs/redis, should use the redis provided by bull eaaaecd
  • feat: add script to auto export all jobs 7ddd439
  • feat: remove dist dcf2c8d
  • feat: update docs with redis configuration and auto export all jobs script 1302e98
  • feat: remove some packages and scripts from package.json 9750e6d
  • feat: remove .eslintignore ee4b964
  • feat: remove docker files b34f688
  • feat: remove prettier stuf 2ab5d32
  • feat: remove .npmignore 3e04ebd
  • feat: remove .editorconfig 4dfd3d5
  • feat: fix lint warnings f75d003
  • feat: restore previous .eslintrc.js adding the typescript configuration d00e003
  • feat: add test case 4c642fd
  • fix: typo in the documentation 8f54085
  • feat: convert js class to ts 31c9e4e
  • feat: remove empty methods 28bf2a6
  • feat: registry Listen command a7cbb72
  • feat: update handle type 02a3be6
  • feat: format config files and reorder package.json a3b58d7
  • feat: update ignore and replace package-lock with yarn.lcok 17d4d59
  • feat: convert tab to space 33261de
  • feat: wrap the test execution with nyc 837e1f7
  • feat: add test coverage script 418ffde
  • chore: remove config.json 8358d3f
  • feat: migrate bull:listen command to adonis 5 aaf1610
  • feat: update error handler documentation 0621e2b
  • feat: rollback property queueName to key f2baeba
  • chore: update dependencies 82aa20c
  • feat: add commands c67e33b
  • feat: update documentation 020b08d
  • fix: test - Provider: BullProvider 7469512
  • fix: test - Bull: shouldn't schedule when time is invalid 188947e
  • fix: test - Bull: should schedule a new job bb8f3d1
  • fix: test - Bull: should add a new job with events inside Job class 32ea216
  • fix: test - Bull: should add a new job 17d24e3
  • fix: redis types ab15a3f
  • feat: add index.ts to set typescript reference cd3e1ff
  • fix: provider factory 8b2e1a0
  • feat: migrate provider to adonis 5 2620be1

https://github.com/rocketseat/adonis-bull/compare/v0.2.2...v1.0.0-0

Package Rankings
Top 4.15% on Npmjs.org
Badges
Extracted from project README
build-image coveralls-image license-image npm-image