chore(server): reschedule doc merging jobs (#11318)

This commit is contained in:
forehalo
2025-04-01 10:57:54 +00:00
parent d38458b733
commit 6276732efc
8 changed files with 90 additions and 50 deletions
@@ -65,5 +65,7 @@ export function getJobHandlerMetadata(target: any): JobName[] {
}
export enum JOB_SIGNAL {
RETRY = 'retry',
Retry = 'retry',
Repeat = 'repeat',
Done = 'done',
}