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.