Increase queue limits
Queues are inherently rate-limited by the http APIs, so this change just reduces waiting/execution times for other non-http operations done inside the job body.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ config :phoenix, :json_library, JSON
|
||||
|
||||
config :music_library, Oban,
|
||||
engine: Oban.Engines.Lite,
|
||||
queues: [default: 10, heavy_writes: 1, music_brainz: 1, discogs: 1, wikipedia: 1, last_fm: 1],
|
||||
queues: [default: 10, heavy_writes: 1, music_brainz: 3, discogs: 3, wikipedia: 3, last_fm: 3],
|
||||
repo: MusicLibrary.BackgroundRepo
|
||||
|
||||
# Timing metrics (execution time, queue time) are stored in space-efficient
|
||||
|
||||
Reference in New Issue
Block a user