32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
# Configuration file for /etc/init.d/loomio and
|
|
# /etc/init.d/loomio.{vue,sidekiq}
|
|
|
|
# Specify how many processes to create using sidekiq-cluster and which queue
|
|
# they should handle. Each whitespace-separated item equates to one additional
|
|
# Sidekiq process, and comma-separated values in each item determine the queues
|
|
# it works on. The special queue name "*" means all queues.
|
|
# Example: "* gitlab_shell process_commit,post_receive"
|
|
# See https://docs.gitlab.com/ee/administration/sidekiq/extra_sidekiq_processes.html.
|
|
#sidekiq_queue_groups="*"
|
|
|
|
# Maximum threads to use with Sidekiq (default: 50, 0 to disable).
|
|
#sidekiq_max_concurrency=
|
|
|
|
# Minimum threads to use with Sidekiq (default: 0).
|
|
#sidekiq_min_concurrency=
|
|
|
|
# The number of seconds to wait between worker checks.
|
|
#sidekiq_interval=
|
|
|
|
# Graceful timeout for all running processes.
|
|
#sidekiq_shutdown_timeout=
|
|
|
|
# Run workers for all queues in sidekiq_queues.yml except the given ones.
|
|
#sidekiq_negate=no
|
|
|
|
# Run workers based on the provided selector.
|
|
#sidekiq_queue_selector=no
|
|
|
|
# Memory limit (in MiB) for the Sidekiq process. If the RSS (Resident Set Size)
|
|
# of the Sidekiq process exceeds this limit, a delayed shutdown is triggered.
|
|
#sidekiq_memkiller_max_rss=2000
|