mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-02 14:49:44 +08:00
refactor(server): mail service (#10934)
This commit is contained in:
@@ -63,3 +63,7 @@ If you want to introduce new job queue, please modify the Queue enum first in ${
|
||||
export function getJobHandlerMetadata(target: any): JobName[] {
|
||||
return sliceMetadata<JobName>(JOB_METADATA, target);
|
||||
}
|
||||
|
||||
export enum JOB_SIGNAL {
|
||||
RETRY = 'retry',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user