mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 22:15:14 +00:00
SyncRepoMetadataJob now queues as literally_whenever
This commit is contained in:
parent
6caf3c5fc9
commit
ee177df4e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue