elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.64k stars 8.23k forks source link

[ResponseOps][Connectors] change email timeout to be smaller (than 120s) #192104

Open pmuellr opened 2 months ago

pmuellr commented 2 months ago

We noticed a situation where an email connector was timing out after 2m (120s). Emails shouldn't take that long, but when an email connector is not correctly configured, it may stall and then hit the timeout. The problem is that's tying up a task manager worker.

So we're thinking we might be able to reducce this timeout, so that badly configured connectors timeout FASTER.

We'd need to find out how long email connectors are currently running. And investigate why these 120s timeouts are happening - perhaps there's something else going on with those.

elasticmachine commented 2 months ago

Pinging @elastic/response-ops (Team:ResponseOps)