[ 
https://issues.apache.org/jira/browse/GOBBLIN-2069?focusedWorklogId=919925&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-919925
 ]

ASF GitHub Bot logged work on GOBBLIN-2069:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/May/24 22:02
            Start Date: 17/May/24 22:02
    Worklog Time Spent: 10m 
      Work Description: phet commented on code in PR #3950:
URL: https://github.com/apache/gobblin/pull/3950#discussion_r1605576277


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagActionStore.java:
##########
@@ -30,12 +30,14 @@
 public interface DagActionStore {
   public static final String NO_JOB_NAME_DEFAULT = "";
   enum DagActionType {
+    CANCEL, // Invoked through DagManager if flow has been stuck in 
Orchestrated state for a while
     KILL, // Kill invoked through API call
-    RESUME, // Resume flow invoked through API call
     LAUNCH, // Launch new flow execution invoked adhoc or through scheduled 
trigger
+    REEVALUATE, // Re-evaluate what needs to be done upon receipt of a final 
job status
+    RESUME, // Resume flow invoked through API call
     RETRY, // Invoked through DagManager for flows configured to allow retries
-    CANCEL, // Invoked through DagManager if flow has been stuck in 
Orchestrated state for a while
-    REEVALUATE // Re-evaluate what needs to be done upon receipt of a final 
job status
+    ENFORCE_START_DEADLINE, // Enforce job start deadline
+    ENFORCE_FINISH_DEADLINE, // Enforce job finish deadline

Review Comment:
   are you sure it's really "job finish"?  somehow I had it in my head that 
it's "flow finish/completion"





Issue Time Tracking
-------------------

    Worklog Id:     (was: 919925)
    Time Spent: 1h 10m  (was: 1h)

> implement EnforceStartDeadlineDagProc
> -------------------------------------
>
>                 Key: GOBBLIN-2069
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-2069
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to