# Functions
NewSleepRegulator returns an implementation of the SleepRegulator interface, the insertIntervalString is parsed for a given number of workers (numWorkers).
NoWait returns a sleep regulator that doesn't make any worker sleep, at all.
# Interfaces
SleepRegulator keeps the time required for each load worker to sleep between batch inserts.