Added way to track media filesize (#48)

This commit is contained in:
Kieran
2024-03-02 19:19:10 -08:00
committed by GitHub
parent 55f9676bb7
commit a46dd19ec7
10 changed files with 141 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ config :pinchflat, Oban,
# Keep old jobs for 30 days for display in the UI
plugins: [{Oban.Plugins.Pruner, max_age: 30 * 24 * 60 * 60}],
# TODO: consider making this an env var or something?
queues: [default: 10, media_indexing: 2, media_fetching: 2]
queues: [default: 10, media_indexing: 2, media_fetching: 2, media_local_metadata: 8]
# Configures the mailer
#