mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
refactor: job vs queue naming (#23902)
This commit is contained in:
parent
1200bfad13
commit
d784d431d0
36 changed files with 1356 additions and 1325 deletions
|
|
@ -603,7 +603,7 @@ export enum JobName {
|
|||
Ocr = 'Ocr',
|
||||
}
|
||||
|
||||
export enum JobCommand {
|
||||
export enum QueueCommand {
|
||||
Start = 'start',
|
||||
Pause = 'pause',
|
||||
Resume = 'resume',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue