work on ceo and extra jobs for shorts

This commit is contained in:
Boki 2025-06-24 22:55:22 -04:00
parent b30c79542b
commit 44c087aaae
3 changed files with 40 additions and 14 deletions

View file

@ -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 {