Sha256: 470fca4ccfae16a9aa312785e1c4addc2707aecd14f22b0ec3841b17ab4bf6cf
Contents?: true
Size: 656 Bytes
Versions: 5
Compression:
Stored size: 656 Bytes
Contents
:webhook_url: "YOUR SLACK INCOMING WEBHOOK" :username: "Sidekiq_JobAlert" :channel: "YOUR CHANNEL" :link_names: 'false' :sidekiq_url: "http://localhost:3000/sidekiq/" # Replace with your sidekiq url :alert_dead_jobs: :message: "%<job_counter>d dead jobs.\n" :alert_total_waiting_jobs: :message: "Totally %<job_counter>d waiting jobs.\n" :all: :limit: 0 # Only send alert when total waiting jobs over limit :alert_each_waiting_job: :message: "%<job_counter>d waiting jobs in %<queue_name>s.\n" :queue_1: :limit: 0 # Only send alert when queue_1's jobs over limit :queue_2: :limit: 0 # Only send alert when queue_2's jobs over limit
Version data entries
5 entries across 5 versions & 1 rubygems