# Functions
DelayingWorker returns a long-running worker function that will re-queue the item after the given duration has passed if an error happens when processing it.
RateLimitedWorker returns a long-running worker function that will re-queue the item by AddRateLimited function if an error happens when processing it.