We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5b476 commit 07eeec2Copy full SHA for 07eeec2
1 file changed
example-queue-project/src/index.ts
@@ -72,7 +72,6 @@ async function push() {
72
});
73
74
console.log('\nStarting workers...');
75
- console.log('Queue workers are running. Press Ctrl+C to exit.');
76
77
process.on('SIGINT', () => {
78
console.log('\nShutting down gracefully...');
0 commit comments