synth.download/beeper/var/containers/sharkey/worker/sharkey-worker.yml

18 lines
439 B
YAML
Raw Normal View History

2026-01-09 21:17:26 -06:00
# Number of worker processes
clusterLimit: 2
# Job concurrency per worker
# What's relationshipJob?:
# Follow, unfollow, block and unblock(ings) while following-imports, etc. or account migrations.
deliverJobConcurrency: 128
inboxJobConcurrency: 8
relationshipJobConcurrency: 32
# Job rate limiter
deliverJobPerSec: 4096
inboxJobPerSec: 4096
relationshipJobPerSec: 4096
# Job attempts
#deliverJobMaxAttempts: 12
#inboxJobMaxAttempts: 8