StellarFw / stellar

A modular action based Web Framework for Node.js
https://stellar-framework.com
MIT License
38 stars 4 forks source link

Update node-resque to the latest version πŸš€ #168

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The dependency node-resque was updated from 4.0.9 to 5.5.6.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: evantahler License: Apache-2.0

Release Notes for v5.5.6

Update connection logic to always await a test key write to ensure that the connection is ready before returning

solved #293

This made connection.connect (and therefore worker.connect and scheduler.connect) awaitable until we are really sure that we can read and write to redis.

We rely on the fact that both node-redis and ioredis will buffer and retry redis commands until they either succeed, timeout, or fail. This allows us to skip the on('connected') event and simply wait until we can read data from redis

Update all dependencies

This includes moving to standard v14 which included some large changes to the linter rules

Commits

The new version differs by 150 commits ahead by 150, behind by 3.

  • 1455529 v5.5.6
  • 55d2796 Merge pull request #295 from taskrabbit/always-test-redis-connection
  • d4475f0 update connection logic to always await a test key write to ensure that the connection is ready before returning
  • db51eb8 Merge pull request #294 from taskrabbit/standard-v14
  • b706a67 standard.js v14
  • 70c5a74 update jest
  • 1c41e13 Update timeout and bad connection tests
  • 72dc705 give up on actions for now
  • eb74889 try github actions - test
  • 89c766f Merge pull request #292 from taskrabbit/standard-13
  • 123f517 replace async promises in tests with callbacks
  • 7216b7c automatic fixes
  • 5f21fb2 v5.5.5
  • 13d2483 no need to testInBand
  • d9ccbad update deps

There are 150 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-38.2%) to 32.912% when pulling 7d68252a5cd313a9114fff8ba0085f0db1bd9cfb on greenkeeper/node-resque-5.5.6 into bbb0660920cafd296b7f403d8e145a7fb6b6e0b5 on master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-38.2%) to 32.912% when pulling 7d68252a5cd313a9114fff8ba0085f0db1bd9cfb on greenkeeper/node-resque-5.5.6 into bbb0660920cafd296b7f403d8e145a7fb6b6e0b5 on master.

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v5.5.7

Update queque#forceCleanWorker to ensure that the 'started' key is removed

Commits

The new version differs by 3 commits.

  • fc739d6 v5.5.7
  • d065057 Merge pull request #297 from taskrabbit/worker-started-clear
  • e9a9b90 ensure that forceCleanWorker removes the 'started' key

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

gil0mendes commented 4 years ago

Let's remove all the greenkeeper PRs