Nighthawk Exception:
terminating with uncaught exception of type Nighthawk::NighthawkException: Scheduled starting time needs to be in the future
We should find a way to make this work. Easiest solution would probably be to allow the worker delay to be configurable. Current code at
|
const double inter_worker_delay_usec = |
However, what is the purpose of the actual failure at
|
throw NighthawkException("Scheduled starting time needs to be in the future"); |
? Maybe there's another way to accomplish this, that doesn't require our consumers to know about the internals.
Nighthawk Exception:
We should find a way to make this work. Easiest solution would probably be to allow the worker delay to be configurable. Current code at
nighthawk/source/client/process_impl.cc
Line 110 in 24a11ff
However, what is the purpose of the actual failure at
nighthawk/source/common/rate_limiter_impl.cc
Line 60 in 1b69aaf