zhangshenghang commented on code in PR #7693:
URL: https://github.com/apache/seatunnel/pull/7693#discussion_r1769512960


##########
seatunnel-engine/seatunnel-engine-core/src/main/java/org/apache/seatunnel/engine/core/job/JobStatus.java:
##########
@@ -38,6 +38,9 @@ public enum JobStatus {
     /** The job is already running, and each pipeline is already running. */
     RUNNING(EndState.NOT_END),
 
+    /** The job is waiting for resources. */
+    PENDING(EndState.NOT_END),

Review Comment:
   Modified and awaiting submission



-- 
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]

Reply via email to