SyncRepoMetadataJob now queues as literally_whenever

This commit is contained in:
Max Wofford 2025-06-11 02:03:53 -04:00
parent 6caf3c5fc9
commit ee177df4e3

View file

@ -1,5 +1,5 @@
class SyncRepoMetadataJob < ApplicationJob
queue_as :default
queue_as :literally_whenever
retry_on HTTP::TimeoutError, HTTP::ConnectionError, wait: :exponentially_longer, attempts: 3
retry_on JSON::ParserError, wait: 10.seconds, attempts: 2