Skip to content

With high concurrency (75-100 concurrency), users hit Nighthawk Scheduled Start Time Exception #339

@dubious90

Description

@dubious90

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions