Replace Redis with the Solid trifecta

This commit is contained in:
Stanko K.R.
2026-07-21 11:42:37 +02:00
parent df5ed25e14
commit 094ef7b462
24 changed files with 800 additions and 117 deletions
+21
View File
@@ -0,0 +1,21 @@
default: &default
dispatchers:
- polling_interval: 1
batch_size: 500
workers:
- queues: "*"
threads: 3
processes: <%= ENV.fetch("JOB_CONCURRENCY") { (Concurrent.processor_count * 0.5).ceil } %>
polling_interval: 0.1
development:
<<: *default
test:
<<: *default
performance:
<<: *default
production:
<<: *default