You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UploadCleanup jobs are only executed less often when not needed
Actual behaviour
After 14 minutes, the cron job stops and there is little difference in the number of jobs since these jobs are only deleted if the files in the upload directory are older than 24 hours or if the upload finishes.
This is causing issues as the same jobs get processed over and over again, wasting resources and potentially blocking other jobs to run.
Server configuration
Database: mysal
PHP version: 8.0
Nextcloud version: master
Primary storage: s3
The text was updated successfully, but these errors were encountered:
How to use GitHub
Steps to reproduce
Expected behaviour
UploadCleanup jobs are only executed less often when not needed
Actual behaviour
After 14 minutes, the cron job stops and there is little difference in the number of jobs since these jobs are only deleted if the files in the upload directory are older than 24 hours or if the upload finishes.
This is causing issues as the same jobs get processed over and over again, wasting resources and potentially blocking other jobs to run.
Server configuration
Database: mysal
PHP version: 8.0
Nextcloud version: master
Primary storage: s3
The text was updated successfully, but these errors were encountered: