meethngala commented on code in PR #3776:
URL: https://github.com/apache/gobblin/pull/3776#discussion_r1337764174
##########
gobblin-runtime/src/main/java/org/apache/gobblin/scheduler/JobScheduler.java:
##########
@@ -396,7 +396,7 @@ public void scheduleJob(Properties jobProps, JobListener
jobListener, Map<String
try {
// Schedule the Quartz job with a trigger built from the job
configuration
Trigger trigger = createTriggerForJob(job.getKey(), jobProps,
Optional.absent());
- this.scheduler.getScheduler().scheduleJob(job, trigger);
+ this.scheduler.getScheduler().scheduleJob(job, trigger); //quartz
scheduler; calls runJob()
Review Comment:
removed the comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]