Skip to content

Commit

Permalink
Fix static queue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBr committed Aug 5, 2024
1 parent c67deb7 commit e2e32e0
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 e2e32e0

Please sign in to comment.