Skip to content

Commit

Permalink
dyk-counts: remove from stream check
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 19, 2023
1 parent 031a666 commit 83fde55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eventstream-router/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ import {restartDeployment} from "../k8s";
const testRgx = /\[(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2})\] \[i\] Reconnected/g;

const streamJobs = {
'stream': '~/SDZeroBot/eventstream-router',
'dyk-counts': '~/SDZeroBot/dyk-counts'
'stream': '~/SDZeroBot/eventstream-router'
};

for (const [job, dir] of Object.entries(streamJobs)) {
Expand Down

0 comments on commit 83fde55

Please sign in to comment.