Merge pull request #1407 from basecamp/flavorjones/retry-rubyllm-jobs-on-forbidden
Retry RubyLLM jobs on RubyLLM::ForbiddenError
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class Search::RefreshEmbeddingJob < ApplicationJob
|
||||
retry_on RubyLLM::ForbiddenError
|
||||
discard_on ActiveJob::DeserializationError
|
||||
|
||||
def perform(record)
|
||||
|
||||
Reference in New Issue
Block a user