mirror-immich/server
Robert Deaton e91c017dd0
fix(server): dedupe database backup jobs (#28341)
* fix(server): dedupe database backup jobs via jobId

#27268 shows backup jobs piling up in the queue across upgrades; one pending
backup is always enough.

* fix(tests): Avoid stale backup files from previous test runs being erroneously returned from createBackup

* fix(jobs): Use bullmq's deduplication over jobId to avoid failed jobs from blocking future executions.

---------

Co-authored-by: Robert Deaton <immich@rdeaton.space>
2026-05-14 20:59:15 -04:00
..
bin fix(server): memory fragmentation (#27027) 2026-03-26 18:21:52 +01:00
src fix(server): dedupe database backup jobs (#28341) 2026-05-14 20:59:15 -04:00
test feat: recently added assets page (#28272) 2026-05-11 21:35:10 +00:00
.gitignore feat(web): re-add open graph tags for public share links (#5635) 2023-12-11 13:37:47 -06:00
.npmignore chore: use pnpm for builds (#19752) 2025-08-19 08:55:24 -04:00
.prettierignore refactor: migrate map repository to kysely (#15348) 2025-01-17 09:14:42 -06:00
.prettierrc fix(server): lint import order (#3974) 2023-09-04 21:45:59 +02:00
Dockerfile refactor: move plugins to packages (#28389) 2026-05-12 13:28:30 +00:00
Dockerfile.dev chore(deps): update base-image to v202605051129 (#28374) 2026-05-12 12:02:43 +02:00
eslint.config.mjs feat(server): track video metadata (#28023) 2026-05-01 17:03:49 +00:00
helmet.json fix: csp quotes (#27592) 2026-04-07 15:54:30 -04:00
mise.toml chore: mise scripts (#28367) 2026-05-11 17:46:02 -04:00
nest-cli.json fix: isolate docker host/container filesystem for node_modules and build output (#21167) 2025-08-24 13:09:45 -05:00
package.json chore: mise scripts (#28367) 2026-05-11 17:46:02 -04:00
tsconfig.build.json chore: move .tsbuildinfo file to dist folder (#27682) 2026-04-10 16:02:25 +02:00
tsconfig.json chore: upgrade sql-tools (#27885) 2026-04-21 17:42:27 +00:00