Files
fn-serverless/api/agent
Tolga Ceylan 7677aad450 fn: I/O related improvements (#809)
*) I/O protocol parse issues should shutdown the container as the container
goes to inconsistent state between calls. (eg. next call may receive previous
calls left overs.)
*) Move ghost read/write code into io_utils in common.
*) Clean unused error from docker Wait()
*) We can catch one case in JSON, if there's remaining unparsed data in
decoder buffer, we can shut the container
*) stdout/stderr when container is not handling a request are now blocked if freezer is also enabled.
*) if a fatal err is set for slot, we do not requeue it and proceed to shutdown
*) added a test function for a few cases with freezer strict behavior
2018-03-07 15:09:24 -08:00
..
2018-03-05 09:35:28 -08:00
2018-03-07 15:09:24 -08:00
2018-03-05 09:35:28 -08:00
2018-03-05 09:35:28 -08:00
2018-03-07 15:09:24 -08:00
2017-12-12 15:54:55 -08:00
2018-03-01 17:14:50 -08:00
2017-12-05 08:22:03 -08:00
2018-03-05 09:35:28 -08:00
2018-02-28 18:35:07 -08:00
2018-03-05 09:35:28 -08:00