We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53df86 commit f87e117Copy full SHA for f87e117
apps/api/src/index.ts
@@ -89,9 +89,6 @@ const HOST = process.env.HOST ?? "localhost";
89
function startServer(port = DEFAULT_PORT) {
90
const server = app.listen(Number(port), HOST, () => {
91
logger.info(`Worker ${process.pid} listening on port ${port}`);
92
- logger.info(
93
- `For the Queue UI, open: http://${HOST}:${port}/admin/${process.env.BULL_AUTH_KEY}/queues`,
94
- );
95
});
96
97
const exitHandler = () => {
0 commit comments