mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
feat(server): e2e for missing jobs (#15910)
* feat: test face detection * Add duplicate and smart search fixes and tests * do e2e instead * Remove ML e2e jobs
This commit is contained in:
committed by
GitHub
parent
3b0af1c8a9
commit
22d348beca
@@ -70,7 +70,7 @@ export class JobService extends BaseService {
|
||||
}
|
||||
|
||||
async handleCommand(queueName: QueueName, dto: JobCommandDto): Promise<JobStatusDto> {
|
||||
this.logger.debug(`Handling command: queue=${queueName},force=${dto.force}`);
|
||||
this.logger.debug(`Handling command: queue=${queueName},command=${dto.command},force=${dto.force}`);
|
||||
|
||||
switch (dto.command) {
|
||||
case JobCommand.START: {
|
||||
|
||||
Reference in New Issue
Block a user