//
pkg.gl
Category
github.com/duneanalytics/blockchain-ingester
lib
dlq
package
0.0.0-20240822210853-98adc55d82a9
Repository:
https://github.com/duneanalytics/blockchain-ingester.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
2
Files
75 SLOC
#
Functions
MapItem
No description provided by the author
NewDLQ
No description provided by the author
NewDLQWithDelay
No description provided by the author
RetryDelayLinear
No description provided by the author
#
Structs
DLQ
No description provided by the author
Item
Item This is generic so that metadata about retries can be maintained in an envelope during processing for when an item needs to make its way back onto the DLQ later.
#
Type aliases
RetryStrategy
RetryStrategy takes the number of retries and returns a Duration.