uploads: mark uploads as failed if they're stuck processing for more than 4 hours.

This commit is contained in:
evazion
2022-11-20 23:34:18 -06:00
parent 570d6a9d01
commit ba1cf14c7e
6 changed files with 47 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ module DanbooruMaintenance
queue PrunePostsJob
queue PruneRateLimitsJob
queue RegeneratePostCountsJob
queue PruneUploadsJob
#queue AmcheckDatabaseJob
end