Skip to content

Commit

Permalink
Update pollOutstandingScans.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Nov 21, 2024
1 parent 90699bf commit 704bcea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/pollOutstandingScans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export const pollOutstandingScans = async ({ request, reply }) => {

await db.clean();
const deltaTime = new Date().getTime() - startTime;
console.log(`END PROCESS SCANS, took ${deltaTime}`);
console.log(`END POLLING OPEN SCANS, took ${deltaTime}`);
return {
openJobs :sortedJobIds,
openJobs : sortedJobIds,
processedJobs : processedJobs,
failedJobs : failedJobs,
waitingJobs : waitingJobs,
Expand Down

0 comments on commit 704bcea

Please sign in to comment.