refactor(queue): remove drop mode

This commit is contained in:
Peter Steinberger
2025-12-26 14:29:28 +01:00
parent 3e4fc7ff7f
commit a678c3f53e
5 changed files with 6 additions and 19 deletions

View File

@@ -93,7 +93,7 @@ Controls how inbound messages behave when an agent run is already active.
{
routing: {
queue: {
mode: "interrupt", // global default: queue | interrupt | drop
mode: "interrupt", // global default: queue | interrupt
bySurface: {
whatsapp: "interrupt",
telegram: "interrupt",