[Enhancement] Support specifying count of yt-dlp workers per-queue (#355)

* Updated certain Oban queues to have a configurable limit

* Updated README
This commit is contained in:
Kieran
2024-08-14 12:37:24 -07:00
committed by GitHub
parent fd20ac5d84
commit 8e9f02c807
4 changed files with 33 additions and 20 deletions
+8
View File
@@ -23,3 +23,11 @@ alias Pinchflat.Metadata.MetadataFileHelpers
alias Pinchflat.SlowIndexing.FileFollowerServer
Pinchflat.Release.check_file_permissions()
defmodule IexHelpers do
def restart do
:init.restart()
end
end
import IexHelpers