package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: May 21, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 24
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MessageData struct {
EventID string `json:"event_id"`
EndpointId string `json:"endpoint_id"`
Attempt int `json:"attempt"`
Event string `json:"event"`
}
type Worker struct {
DB *db.DB
}
type WorkerOptions struct {
RequeueJobBatch int
RequeueJobInterval time.Duration
PoolSize int
PoolConcurrency int
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.