work on ceo and extra jobs for shorts
This commit is contained in:
parent
b30c79542b
commit
44c087aaae
3 changed files with 40 additions and 14 deletions
|
|
@ -46,6 +46,7 @@ export function QueueSchedule(
|
|||
priority?: number;
|
||||
immediately?: boolean;
|
||||
description?: string;
|
||||
payload?: any;
|
||||
}
|
||||
): any {
|
||||
return function (target: any, methodName: string, descriptor?: PropertyDescriptor): any {
|
||||
|
|
@ -92,6 +93,7 @@ export function ScheduledOperation(
|
|||
priority?: number;
|
||||
immediately?: boolean;
|
||||
description?: string;
|
||||
payload?: any;
|
||||
}
|
||||
): any {
|
||||
return function (target: any, methodName: string, descriptor?: PropertyDescriptor): any {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue