Log exception when background job class not found#32623
Conversation
c369248 to
6edf69f
Compare
Codecov Report
@@ Coverage Diff @@
## master #32623 +/- ##
============================================
+ Coverage 64.81% 65.17% +0.35%
+ Complexity 18378 18352 -26
============================================
Files 1199 1200 +1
Lines 69583 69701 +118
Branches 1282 1283 +1
============================================
+ Hits 45099 45425 +326
+ Misses 24111 23902 -209
- Partials 373 374 +1
Continue to review full report at Codecov.
|
| foreach ($jobs as $job) { | ||
| $queue->add($job); | ||
| } | ||
| // TODO remove jobs that no longer exist in this app version |
There was a problem hiding this comment.
We appear to have no way to cleanup job that are removed during an app update
|
@ownclouders rebase |
|
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
6edf69f to
8795602
Compare
|
Automated rebase with GitMate.io was successful! 🎉 |
|
@ownclouders rebase |
|
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
8795602 to
b9b1d17
Compare
|
Automated rebase with GitMate.io was successful! 🎉 |
|
uh what... |
|
Backport |
Description
otherwise this goes unnoticed - when apps remove background jobs like market / ldap.
Related Issue
xxx
Motivation and Context
Unknown cron failures
How Has This Been Tested?
Not yet. @cdamken
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: