Skip to content

Commit

Permalink
πŸ“¦ v3.0.1
Browse files Browse the repository at this point in the history
- πŸ‘¨β€πŸ’» Make sure call-check-loop spins even on rare MongoDB errors
- 🀝 Support `meteor@2.7.3`

__Dependencies__:
- πŸ“¦ `[dev]` `bson@4.6.4`, *was `v4.6.3`*
- πŸ“¦ `[dev]` `mongodb@4.7.0`, *was `v4.6.0`*
  • Loading branch information
dr-dimitru committed Jun 10, 2022
1 parent 732857b commit 88c4ce4
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1,845 deletions.
14 changes: 7 additions & 7 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
allow-deny@1.1.1
babel-compiler@7.9.0
babel-runtime@1.5.0
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.1
Expand All @@ -25,32 +25,32 @@ http@1.4.2
id-map@1.1.1
inter-process-messaging@0.1.1
lmieulet:meteor-coverage@1.1.4
local-test:ostrio:cron-jobs@3.0.0
local-test:ostrio:cron-jobs@3.0.1
logging@1.3.1
meteor@1.10.0
meteorhacks:picker@1.0.3
meteortesting:browser-tests@1.0.0
meteortesting:mocha@1.0.1
meteortesting:mocha-core@1.0.1
minimongo@1.8.0
modern-browsers@0.1.7
modern-browsers@0.1.8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.14.6
mongo-decimal@0.1.2
mongo@1.15.0
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.3.1
ordered-dict@1.1.0
ostrio:cron-jobs@3.0.0
ostrio:cron-jobs@3.0.1
practicalmeteor:chai@2.1.0_1
promise@0.12.0
random@1.2.0
react-fast-refresh@0.2.3
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
socket-stream-client@0.4.0
socket-stream-client@0.5.0
tracker@1.2.0
underscore@1.0.10
url@1.3.2
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ module.exports = class JoSk {
this.__aquireLock((lockError, success) => {
if (lockError) {
this._debug('[__runTasks] [__aquireLock] Error:', lockError);
this.__setNext();
} else if (!success) {
this.__setNext();
} else {
Expand Down
Loading

0 comments on commit 88c4ce4

Please sign in to comment.