wip
This commit is contained in:
@@ -136,7 +136,11 @@ const getEnv = (): EnvData => {
|
||||
);
|
||||
}
|
||||
|
||||
const includedWorkers = asSet(dto.IMMICH_WORKERS_INCLUDE, [ImmichWorker.API, ImmichWorker.MICROSERVICES]);
|
||||
const includedWorkers = asSet(dto.IMMICH_WORKERS_INCLUDE, [
|
||||
// ImmichWorker.API,
|
||||
// ImmichWorker.MICROSERVICES,
|
||||
ImmichWorker.MAINTENANCE,
|
||||
]);
|
||||
const excludedWorkers = asSet(dto.IMMICH_WORKERS_EXCLUDE, []);
|
||||
const workers = [...setDifference(includedWorkers, excludedWorkers)];
|
||||
for (const worker of workers) {
|
||||
|
||||
Reference in New Issue
Block a user