Jiale Zhi

Results 37 comments of Jiale Zhi

OK, here is the place where new pod is created https://github.com/uber/fiber/blob/master/fiber/kubernetes_backend.py#L117

Hello, do you want to try a different port to see if the issue still persists? If yes, can you share an example code which triggers the problem?

Hi roshmath, Fiber doesn't support azure databrick clusters (yet). We want to hear from the community how much need there is for each of the platforms and prioritize our resources...

I forgot the exactly version. If you code can pass the all the tests, it doesn't matter which version you use.

It doesn't matter. Because before 'ngx_http_discarded_request_body_handler ' is called, 'ngx_http_read_discarded_request_body' will discard current request body. See [here](https://github.com/nginx/nginx/blob/master/src/http/ngx_http_request_body.c#L539)

My bad. I should make it clear in README. "use" command is parsed but not implemented. Only those commands showed in test files (t/*.t) are implemented, i.e., "put", "delete", "reserve",...

It could be. `machine` is a large work and has many meanings. But in this specific context, a machine is a state machine. `builtin_machine` means builtin state machine. If you...