mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-07 20:52:02 +08:00
Show started time in ActiveTasksTable
This commit is contained in:
@@ -243,6 +243,7 @@ interface BaseTask {
|
||||
export interface ActiveTask extends BaseTask {
|
||||
id: string;
|
||||
queue: string;
|
||||
start_time: string;
|
||||
}
|
||||
|
||||
export interface PendingTask extends BaseTask {
|
||||
|
Reference in New Issue
Block a user