Skip to content

Commit

Permalink
Merge pull request #285 from Shopify/cbruckmayer/fix-static-queue
Browse files Browse the repository at this point in the history
Fix static queue
  • Loading branch information
ChrisBr authored Aug 5, 2024
2 parents c67deb7 + e2e32e0 commit f1e7d1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby/lib/ci/queue/static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def boot_heartbeat_process!; end

def stop_heartbeat!; end

def report_worker_error(error); end

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

0 comments on commit f1e7d1d

Please sign in to comment.