Sha256: 4c4d9eef59a067dcc20783de533dbe1b784582fd67b52993ce189f6481f85871

Contents?: true

Size: 499 Bytes

Versions: 57

Compression:

Stored size: 499 Bytes

Contents

# Sample configuration file for Sidekiq.
# Options here can still be overridden by cmd line args.
# Place this file at config/sidekiq.yml and Sidekiq will
# pick it up automatically.
---
:verbose: false
:logfile: ./log/sidekiq.log
:concurrency: <%= ENV.fetch("SIDEKIQ_CONCURRENCY", 10) %>
:timeout: 25
:max_retries: 3

# https://phil.tech/2016/tips-on-sidekiq-queues/
:queues:
  - [update_yetto, 10]

  - [default, 5]
  - [mailers, 3]

  - [active_storage_analysis, 1]
  - [active_storage_purge, 1]

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
hephaestus-0.8.11 templates/config/sidekiq.yml
hephaestus-0.8.10 templates/config/sidekiq.yml
hephaestus-0.8.9.2 templates/config/sidekiq.yml
hephaestus-0.8.9.1 templates/config/sidekiq.yml
hephaestus-0.8.9 templates/config/sidekiq.yml
hephaestus-0.8.8 templates/config/sidekiq.yml
hephaestus-0.8.7.5 templates/config/sidekiq.yml
hephaestus-0.8.7.4 templates/config/sidekiq.yml
hephaestus-0.8.7.3 templates/config/sidekiq.yml
hephaestus-0.8.7.2 templates/config/sidekiq.yml
hephaestus-0.8.7.1 templates/config/sidekiq.yml
hephaestus-0.8.7 templates/config/sidekiq.yml
hephaestus-0.8.6 templates/config/sidekiq.yml
hephaestus-0.8.5 templates/config/sidekiq.yml
hephaestus-0.8.4.1 templates/config/sidekiq.yml
hephaestus-0.8.4 templates/config/sidekiq.yml
hephaestus-0.8.3.4 templates/config/sidekiq.yml
hephaestus-0.8.3.3 templates/config/sidekiq.yml
hephaestus-0.8.3.2 templates/config/sidekiq.yml
hephaestus-0.8.3.1 templates/config/sidekiq.yml