15 events per batch @ 15s intervals

This commit is contained in:
Tony Giorgio
2023-02-22 14:54:54 -06:00
parent d07398f3a8
commit b980e4d1aa

View File

@@ -41,33 +41,33 @@ WORKERS_RS_VERSION = "0.0.11"
[[queues.consumers]] [[queues.consumers]]
queue = "nostr-events-pub" queue = "nostr-events-pub"
max_batch_size = 10 max_batch_size = 15
max_batch_timeout = 30 max_batch_timeout = 15
[[queues.consumers]] [[queues.consumers]]
queue = "nostr-events-pub-2" queue = "nostr-events-pub-2"
max_batch_size = 10 max_batch_size = 15
max_batch_timeout = 30 max_batch_timeout = 15
[[queues.consumers]] [[queues.consumers]]
queue = "nostr-events-pub-3" queue = "nostr-events-pub-3"
max_batch_size = 10 max_batch_size = 15
max_batch_timeout = 30 max_batch_timeout = 15
[[queues.consumers]] [[queues.consumers]]
queue = "nostr-events-pub-4" queue = "nostr-events-pub-4"
max_batch_size = 10 max_batch_size = 15
max_batch_timeout = 30 max_batch_timeout = 15
[[queues.consumers]] [[queues.consumers]]
queue = "nostr-events-pub-5" queue = "nostr-events-pub-5"
max_batch_size = 10 max_batch_size = 15
max_batch_timeout = 30 max_batch_timeout = 15
[[queues.consumers]] [[queues.consumers]]
queue = "nostr-events-pub-6" queue = "nostr-events-pub-6"
max_batch_size = 10 max_batch_size = 15
max_batch_timeout = 30 max_batch_timeout = 15
[build] [build]
command = "cargo install --git https://github.com/CathalMullan/workers-rs worker-build && worker-build --release" command = "cargo install --git https://github.com/CathalMullan/workers-rs worker-build && worker-build --release"