mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Status calls should not directly use client gRPC context deadlines/timeouts during Status execution. Status should allow plenty of time for the scheduler agent and docker to run and emit useful error information. Setting this timeout to 60 seconds, which should surface disk I/O, docker, etc. issues.