Closed chuck-dbos closed 1 month ago
Check queue is clean after the one-at-a-time rate limited test.
test_one_at_a_time_with_limiter did not check queue_entries_are_cleaned_up, but the test it copied from (test_one_at_a_time) did.
queue_entries_are_cleaned_up
Also, the wave spacing calc looked sus to me.
Give a little more tolerance on the calculations. GH runner is failing them occasionally - for example off by .14s where the tolerance was .1...
Check queue is clean after the one-at-a-time rate limited test.
test_one_at_a_time_with_limiter did not check
queue_entries_are_cleaned_up
, but the test it copied from (test_one_at_a_time) did.Also, the wave spacing calc looked sus to me.
Give a little more tolerance on the calculations. GH runner is failing them occasionally - for example off by .14s where the tolerance was .1...