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
fix(core): Make TC_POOLING_INTERVAL/sleep_time a float (#839)
This config variable gets passed into `time.sleep`, which can work with
ints and floats. Making this a float type allows polling intervals under
a second, which can reduce startup times for containers that spin up
very quickly.
---------
Co-authored-by: David Ankin <[email protected]>
0 commit comments