[
https://issues.apache.org/jira/browse/GOBBLIN-1910?focusedWorklogId=882018&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-882018
]
ASF GitHub Bot logged work on GOBBLIN-1910:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Sep/23 20:48
Start Date: 26/Sep/23 20:48
Worklog Time Spent: 10m
Work Description: 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
Issue Time Tracking
-------------------
Worklog Id: (was: 882018)
Time Spent: 9h 20m (was: 9h 10m)
> Refactor code to move current in-memory references to new design for REST
> calls: Launch, Resume and Kill
> --------------------------------------------------------------------------------------------------------
>
> Key: GOBBLIN-1910
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1910
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Meeth Gala
> Priority: Major
> Time Spent: 9h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)