Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Dec 1, 2023
1 parent 5b71dca commit 579e393
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ private void cycleTimerJobScheduler(T job) {


public void schedulerInstantJob(T job, TaskType taskType) throws JobException {
log.info("scheduler instant job, job id is %d", job.getJobId());
if (!job.getJobStatus().equals(JobStatus.RUNNING)) {
throw new JobException("job is not running,job id is %d", job.getJobId());
}
Expand Down

0 comments on commit 579e393

Please sign in to comment.