Create webhooks

This commit is contained in:
Stanko K.R.
2025-09-09 13:32:42 +02:00
parent 525c3cb7f7
commit a515ea3b1f
20 changed files with 551 additions and 26 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ default: &default
- polling_interval: 1
batch_size: 500
workers:
- queues: [ "default", "solid_queue_recurring", "backend" ]
- queues: [ "default", "solid_queue_recurring", "backend", "webhooks" ]
threads: 3
processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %>
polling_interval: 0.1