2023-01-01から1ヶ月間の記事一覧
job の内部でネットワークエラーを拾うケースでは、定間隔より exponential backoff でリトライしたいなぁと考え調べた。 ActiveJob::Exceptions#retry_on で定義されている。 def retry_on(*exceptions, wait: 3.seconds, attempts: 5, queue: nil, priorit…
job の内部でネットワークエラーを拾うケースでは、定間隔より exponential backoff でリトライしたいなぁと考え調べた。 ActiveJob::Exceptions#retry_on で定義されている。 def retry_on(*exceptions, wait: 3.seconds, attempts: 5, queue: nil, priorit…