mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
This commit introduces a new queue system using p-limit, addressing resource issues and improving job cancellation capabilities. Key changes include: - Removal of Redis dependency, allowing for in-memory queue management. - Implementation of per-server queues with ordered processing based on server concurrency settings. - Addition of helper functions for job management and status retrieval, ensuring backward compatibility with existing API endpoints. - Updates to database schema to support server concurrency settings. The legacy BullMQ code has been retained for compatibility but is no longer in active use. |
||
|---|---|---|
| .. | ||
| auth | ||
| constants | ||
| db | ||
| emails | ||
| lib | ||
| monitoring | ||
| services | ||
| setup | ||
| templates | ||
| types | ||
| utils | ||
| verification | ||
| wss | ||
| index.ts | ||