Skip to content

Commit bd98e8f

Browse files
committed
Debugging for worker
1 parent 7feae77 commit bd98e8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ async.whilst(
116116
() => true,
117117
(callback) => {
118118

119+
console.log('working');
120+
119121
const selectQuery = "SELECT guid, username, repo, settings FROM deployments WHERE stage = 'init' AND complete = false LIMIT 1";
120122
let guid = '';
121123

0 commit comments

Comments
 (0)