mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: job on-done (#18004)
This commit is contained in:
parent
84b51e3cbb
commit
becdc3dcf5
8 changed files with 41 additions and 35 deletions
|
|
@ -177,9 +177,10 @@ export interface IDelayedJob extends IBaseJob {
|
|||
delay?: number;
|
||||
}
|
||||
|
||||
export type JobSource = 'upload' | 'sidecar-write' | 'copy';
|
||||
export interface IEntityJob extends IBaseJob {
|
||||
id: string;
|
||||
source?: 'upload' | 'sidecar-write' | 'copy';
|
||||
source?: JobSource;
|
||||
notify?: boolean;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue