We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 313b9a0 + 49ba3c0 commit d0858a4Copy full SHA for d0858a4
1 file changed
cron.php
@@ -144,6 +144,8 @@
144
145
$logger->debug('Run ' . get_class($job) . ' job with ID ' . $job->getId(), ['app' => 'cron']);
146
$job->execute($jobList, $logger);
147
+ // clean up after unclean jobs
148
+ \OC_Util::tearDownFS();
149
$logger->debug('Finished ' . get_class($job) . ' job with ID ' . $job->getId(), ['app' => 'cron']);
150
151
$jobList->setLastJob($job);
0 commit comments