mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
Show orphaned status in active task table
This commit is contained in:
@@ -290,6 +290,7 @@ export interface TaskInfo {
|
||||
completed_at: string;
|
||||
result: string;
|
||||
ttl_seconds: number;
|
||||
is_orphaned: boolean; // Only applies to task.state == 'active'
|
||||
}
|
||||
|
||||
export interface ServerInfo {
|
||||
|
Reference in New Issue
Block a user