feat(server): server-side events (#5669)
This commit is contained in:
@@ -129,8 +129,6 @@ export class JobRepository implements IJobRepository {
|
||||
return { jobId: item.data.id };
|
||||
case JobName.GENERATE_PERSON_THUMBNAIL:
|
||||
return { priority: 1 };
|
||||
case JobName.SYSTEM_CONFIG_CHANGE:
|
||||
return { priority: 1 };
|
||||
|
||||
default:
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user