Skip to content

Commit

Permalink
remove the immediately doCheckJobs() call (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettSummer authored Jan 15, 2023
1 parent 5971ac7 commit 78673fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mira-video-manager",
"version": "1.1.1",
"version": "1.1.2",
"description": "Video Process for mira project",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/JobManager/JobCleaner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class JobCleaner {

public async start(jobExecutorId: string): Promise<void> {
this._jobExecutorId = jobExecutorId;
await this.doCheckJobs(JobStatus.UnrecoverableError);
this.checkCanceledJobs();
this.checkCompleteJobs();
this.checkErrorJobs();
Expand Down

0 comments on commit 78673fd

Please sign in to comment.