mirror of
https://github.com/aljazceru/ditto.git
synced 2026-02-23 05:56:03 +01:00
Pass Request signal down from API controllers
This commit is contained in:
@@ -19,5 +19,5 @@ async function publish(t: EventStub) {
|
||||
...t,
|
||||
});
|
||||
|
||||
await pipeline.handleEvent(event);
|
||||
await pipeline.handleEvent(event, AbortSignal.timeout(5000));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user