chemikadze commented on a change in pull request #494: GRIFFIN-240 trigger 
returns triggerkey
URL: https://github.com/apache/griffin/pull/494#discussion_r272253398
 
 

 ##########
 File path: 
service/src/main/java/org/apache/griffin/core/job/repo/JobInstanceRepo.java
 ##########
 @@ -53,4 +53,6 @@ Licensed to the Apache Software Foundation (ASF) under one
 
     @Query("select DISTINCT s from JobInstanceBean s where s.state in ?1")
     List<JobInstanceBean> findByActiveState(State[] states);
+
+    List<JobInstanceBean> findByTriggerKey(String triggerKey);
 
 Review comment:
   let make sure we have all indexes in place

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to