immich/server
Thomas Way d46e5f2436
feat: Use postgres as a queue
We've been keen to try this for a while as it means we can remove redis as a
dependency, which makes Immich easier to setup and run.

This replaces bullmq with a bespoke postgres queue. Jobs in the queue are
processed either immediately via triggers and notifications, or eventually if a
notification is missed.
2025-04-30 22:42:18 +01:00
..
bin feat(server): add Bash healthcheck script () 2024-12-16 15:19:18 +00:00
patches fix: patch-package install in docker build and better postgres patch () 2025-04-10 12:43:35 -04:00
resources feat: use immich hosted map tiles () 2024-07-26 15:41:09 +01:00
src feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
test feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
.gitignore feat(web): re-add open graph tags for public share links () 2023-12-11 13:37:47 -06:00
.nvmrc chore(deps): update node.js to v22.14.0 () 2025-02-15 21:29:33 -06:00
.prettierignore refactor: migrate map repository to kysely () 2025-01-17 09:14:42 -06:00
.prettierrc fix(server): lint import order () 2023-09-04 21:45:59 +02:00
Dockerfile chore(deps): update node.js to v22.15.0 () 2025-04-29 12:08:32 +02:00
eslint.config.mjs chore: finish migrating eslint config files; bump unicorn () 2025-03-31 12:18:25 +01:00
nest-cli.json chore(server): enable swagger to take class validator rules into account () 2024-04-22 18:13:44 -04:00
package-lock.json feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
package.json feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
start.sh feat: Use postgres as a queue 2025-04-30 22:42:18 +01:00
tsconfig.build.json fix: exclude e2e format () 2023-07-13 21:41:16 -05:00
tsconfig.json refactor(server): use kysely () 2025-01-09 11:15:41 -05:00