Files
fn-serverless/api/server
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-01-12 11:38:28 -08:00
2017-09-11 11:16:17 -07:00
2018-02-27 10:30:33 -08:00
2018-03-05 09:35:28 -08:00
2016-12-29 20:19:42 +01:00
2017-07-31 21:14:11 +03:00