Commit c4a72c8e authored by Manuel Astudillo's avatar Manuel Astudillo
Browse files

updated test events

parent 90bf21f7
develop add-after-remove-repeatable avoid-repeatable-jobs-duplication-every-1003 better-check-closing-stalled-jobs better-disconnect-and-process-args-handling better-is-ready-handling check-closing-queue-in-is-finished dependabot/npm_and_yarn/minimist-1.2.8 dependabot/npm_and_yarn/qs-6.5.3 do-not-close-external-connections emit-waiting-delayed events-counter extra-test-870 feat/add-isPaused feat/add-obliterate-method fetch-next-job-on-completed fix-delay fix-issue-812 fix-progress-event fix/958-finished-slowdown fix/better-delay-jobs-handling fix/better-rate-limiting fix/fix-typescript-processors fix/noscript fix/obliterate-many-jobs fix/properly-remove-sandbox-events fix/safer-obliterate fix/upgrade-lodash-to-avoid-vulnerability fixed-repeatable-job-remove github/fork/ASWATFZLLC/buffer github/fork/HugoPoi/develop github/fork/Thore1954/fix-repeat-limit-reset github/fork/dawiss1337/master github/fork/mamousavi/fix/add-missing-keys-to-repeat-opts github/fork/rysi3k/taking_lock_with_force global-stalled master multiple-cron native-promises next threaded-process throw-error-if-invalid-processor-file update-job-data winds_sponsoring v4.10.4 v4.10.3 v4.10.2 v4.10.1 v4.10.0 v4.9.0 v4.8.5 v4.8.4 v4.8.3 v4.8.2 v4.8.1 v4.8.0 v4.7.0 v4.6.2 v4.6.1 v4.6.0 v4.5.6 v4.5.5 v4.5.4 v4.5.3 v4.5.2 v4.5.1 v4.5.0 v4.4.0 v4.3.0 v4.2.1 v4.2.0 v4.1.4 v4.1.3 v4.1.2 v4.1.1 v4.1.0 v4.0.0 v3.29.3 v3.29.2 v3.29.1 v3.29.0 v3.28.1 v3.28.0 v3.27.0 v3.26.0 v3.25.2 v3.25.1 v3.25.0 v3.24.0 v3.23.3 v3.23.2 v3.23.1 v3.23.0 v3.22.12 v3.22.11 v3.22.10 v3.22.9 v3.22.8 v3.22.7 v3.22.6 v3.22.5 v3.22.4 v3.22.3 v3.22.2 v3.22.1 v3.22.0 v3.21.1 v3.21.0 v3.20.1 v3.20.0 v3.19.1 v3.19.0 v3.18.1 v3.18.0 v3.17.0 v3.16.0 v3.15.0 v3.14.0 v3.13.0 v3.12.1 v3.12.0 v3.11.0 v3.10.0 v3.9.0 v3.8.1 v3.8.0 v3.7.0 v3.6.0 v3.5.3 v3.5.2 v3.5.1 v3.5.0 v3.4.8 v3.4.7 v3.4.6 v3.4.5 v3.4.4 v3.4.3 v3.4.2 v3.4.1 v3.4.0 v3.3.10 v3.3.9 v3.3.8 v3.3.7 v3.3.6 v3.3.5 v3.3.4 v3.3.3 v3.3.2 v3.3.1 v3.3.0 v3.2.0 v3.1.0
1 merge request!685added global 'stalled' events #683
Showing with 2 additions and 2 deletions
+2 -2
......@@ -39,7 +39,7 @@ describe('events', function () {
}});
queue2.on('stalled', function (job) {
done();
queue2.close().then(done);
});
queue.on('active', function(){
......@@ -64,7 +64,7 @@ describe('events', function () {
}});
queue2.on('global:stalled', function (job) {
done();
queue2.close().then(done);
});
queue.on('active', function(){
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment