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:
Jonathan Jogenfors 2025-03-05 02:44:31 +01:00 committed by GitHub
parent 3b0af1c8a9
commit 22d348beca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 156 additions and 16 deletions

View file

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