Class: ScheduleWorkers::CleanStaledLongProcessWorker

Inherits:
ApplicationWorker show all
Defined in:
app/workers/schedule_workers/clean_staled_long_process_worker.rb

Overview

typed: ignore frozen_string_literal: true

Instance Method Summary collapse

Methods inherited from ApplicationWorker

unlimited_retry

Instance Method Details

#performObject



5
6
7
8
# File 'app/workers/schedule_workers/clean_staled_long_process_worker.rb', line 5

def perform
  clear_staled_keda
  clear_sidekiq_alive
end