Work on plug:run
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export type Message = {
|
||||
id: string;
|
||||
queue: string;
|
||||
body: any;
|
||||
retries?: number;
|
||||
};
|
||||
|
||||
export type QueueStats = {
|
||||
queued: number;
|
||||
processing: number;
|
||||
dlq: number;
|
||||
};
|
||||
Reference in New Issue
Block a user