mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-17 20:30:06 +08:00
WIP: Track task state under task key
This commit is contained in:
@@ -216,6 +216,11 @@ const (
|
||||
TaskStateArchived
|
||||
)
|
||||
|
||||
func (i *Inspector) GetTaskInfo(taskID string) (TaskInfo, error) {
|
||||
// TODO: implement this
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// PendingTask is a task in a queue and is ready to be processed.
|
||||
type PendingTask struct {
|
||||
*asynq.Task
|
||||
|
Reference in New Issue
Block a user