No description
  • Java 85.9%
  • JavaScript 8.1%
  • HTML 3.6%
  • CSS 1.1%
  • Less 0.5%
  • Other 0.7%
Find a file
MaddoScientisto 81a1ac85af feat: add processor service with Redis-backed job queue
- Introduced a new `processor` service in the Docker Compose setup to handle face matching jobs.
- Configured Redis as a job queue and state management system for processing searches.
- Updated the backend to enqueue jobs and manage user locks using Redis.
- Added environment variables for Redis configuration and runtime paths.
- Created technical design documentation for the processor service outlining architecture, queue model, and search lifecycle.
- Updated package.json and package-lock.json to include dependencies for BullMQ and ioredis in the processor workspace.
- Added sample PKL files for local testing in the `test_pkl` directory.
2026-04-11 17:53:22 +02:00
.forgejo/workflows Workflow for publishing 2026-04-11 16:01:09 +02:00
.github Site promotion tools 2026-04-11 15:57:35 +02:00
faceai feat: add processor service with Redis-backed job queue 2026-04-11 17:53:22 +02:00
rus First commit 2026-04-07 18:02:17 +02:00
sync Site promotion tools 2026-04-11 15:57:35 +02:00
test_pkl feat: add processor service with Redis-backed job queue 2026-04-11 17:53:22 +02:00
www Site promotion tools 2026-04-11 15:57:35 +02:00
.gitattributes first commit 2026-03-14 20:04:39 +01:00
.gitignore First commit 2026-04-07 18:02:17 +02:00
FACEAI_INTEGRATION_PLAN.md feat: Add FaceAI integration with handoff and return functionality 2026-04-07 19:53:40 +02:00