Documentation
¶
Overview ¶
Package asynq fork from github.com/hibiken/asynq@6a7bf2ceff1e920b3e8542635b273c4dcca192ac, which is released at Sep 8, 2023 after v0.24.1 at May 1, 2023
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregateStats ¶
type AggregateStats struct { Active int `json:"active"` Pending int `json:"pending"` Aggregating int `json:"aggregating"` Scheduled int `json:"scheduled"` Retry int `json:"retry"` Archived int `json:"archived"` Completed int `json:"completed"` Processed int `json:"processed"` Failed int `json:"failed"` Timestamp time.Time `json:"timestamp"` }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.