Files
fn-serverless/api/agent
Tolga Ceylan 586d5c4735 fn: make call.End() to blocking to reduce complexity (#1208)
agent/lb-agent/runner roles execute call.End() in the background
in some cases to reduce latency. With this change, we simplify this
and switch to non-background execution of call.End(). This fixes
hard to detect issues such as non-deterministic calculation of
call.CompletedAt or incomplete Call.Stats in runners.

Downstream projects if impacted by the now blocking call.End()
latency should take steps to handle this according to their requirements.
2018-09-13 11:28:11 +01:00
..
2018-07-05 12:56:07 -05:00
2018-06-21 11:09:16 -07:00
2018-07-05 12:56:07 -05:00
2018-03-28 10:16:40 -07:00
2018-03-26 11:19:36 -07:00
2018-08-03 19:07:28 +01:00