Skip to content

Commit

Permalink
Merge pull request #299 from Shopify/cbruckmayer/fix-retry-queue
Browse files Browse the repository at this point in the history
Fix retry queue
  • Loading branch information
ChrisBr authored Dec 13, 2024
2 parents fe4cacf + 90de680 commit 8fd0efd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby/lib/ci/queue/static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ def stop_heartbeat!; end

def report_worker_error(error); end

def queue_initialized?
true
end

def created_at=(timestamp)
@created_at ||= timestamp
end
Expand Down

0 comments on commit 8fd0efd

Please sign in to comment.