SIGN IN SIGN UP

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 <daveankin@gmail.com>
S
Samuel Williams committed
a072f3fad46b3b3e7c5bea6255f27b79826aaf5f
Parent: 003046b
Committed by GitHub <noreply@github.com> on 8/7/2025, 1:04:46 PM