mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update
This commit is contained in:
parent
7907e33431
commit
7cfbea3f60
@ -40,7 +40,7 @@ const queue = new Queue({
|
|||||||
(async () => {
|
(async () => {
|
||||||
await redisClient.connect();
|
await redisClient.connect();
|
||||||
await redisClient.flushAll();
|
await redisClient.flushAll();
|
||||||
logger.info("Cleaning Redis");
|
logger.info("Redis Cleaned");
|
||||||
})();
|
})();
|
||||||
|
|
||||||
const port = Number.parseInt(process.env.PORT || "3000");
|
const port = Number.parseInt(process.env.PORT || "3000");
|
||||||
|
Loading…
Reference in New Issue
Block a user