You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
receive_event: Make it optionally semi-nonblocking
Right now receive_event is blocking, and even on receiving
keep alive it stay inside its own busy loop, which makes
impossible to implement proper scheduling, watchdogs,
health monitoring.
We make optional parameter, where on keep alive message,
(sent each 45 sec by kernelci-api) it will return None.
We keep backward compatible defaults, as lot of code is not
expecting None in return.
Signed-off-by: Denys Fedoryshchenko <[email protected]>
0 commit comments