package
0.6.0
Repository: https://github.com/iawia002/lia.git
Documentation: pkg.go.dev

# 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.