-
-
Notifications
You must be signed in to change notification settings - Fork 25
fix(deps): update dependency workerpool to v10 #278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0d175c7 to
3236f9d
Compare
9f39aad to
b7069cf
Compare
b7069cf to
9280bb1
Compare
9280bb1 to
82bf03b
Compare
82bf03b to
55f2aae
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
WalkthroughThe pull request updates the "workerpool" package dependency in Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
c623810 to
1105d2d
Compare
1105d2d to
2db1296
Compare
2db1296 to
3b9c368
Compare
3b9c368 to
6a754c9
Compare
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
9.3.4→10.0.1Release Notes
josdejong/workerpool (workerpool)
v10.0.1Compare Source
WorkerHandlerresilient against errors withoutmessageproperty.
v10.0.0Compare Source
BREAKING CHANGES:
queueStrategyoption (FIFO / LIFO / custom) (#518, #517).This is a new feature without changes in the public API, but the internal
property
pool.tasksis changed intopool.taskQueue. So, changes arerequired if you rely on this internal property. Thanks @amaneru55
TerminateErrorclass to differentiate between acrash and a regular error (see #519, #520). The
TerminateErrorclassextends from the class
Errorso no breaking changes in that regard.But some of the error messages are changed so if you have code that depends
on the exact error messages you may need to change your code accordingly.
Thanks @Julusian.
Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.