[Enhancement] Run fast indexing on source creation and at higher priority (#583)
* Updated default job priorities for downloading queue * Added the ability to set priority to various downloading helpers * Sets sources to fast index on creation
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ config :pinchflat, Pinchflat.Repo,
|
||||
config :pinchflat, Oban,
|
||||
queues: [
|
||||
default: 10,
|
||||
fast_indexing: 6,
|
||||
fast_indexing: yt_dlp_worker_count,
|
||||
media_collection_indexing: yt_dlp_worker_count,
|
||||
media_fetching: yt_dlp_worker_count,
|
||||
remote_metadata: yt_dlp_worker_count,
|
||||
|
||||
Reference in New Issue
Block a user