[ https://issues.apache.org/jira/browse/GRIFFIN-229?focusedWorklogId=210962&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-210962 ]
ASF GitHub Bot logged work on GRIFFIN-229: ------------------------------------------ Author: ASF GitHub Bot Created on: 11/Mar/19 12:47 Start Date: 11/Mar/19 12:47 Worklog Time Spent: 10m Work Description: dershovGD commented on pull request #485: GRIFFIN-229 trigger the job right now with fixing comments URL: https://github.com/apache/griffin/pull/485#discussion_r264214674 ########## File path: service/src/main/java/org/apache/griffin/core/job/JobController.java ########## @@ -113,4 +113,10 @@ public JobHealth getHealthInfo() { .contentType(MediaType.APPLICATION_OCTET_STREAM) .body(resource); } + Review comment: We have to add this method to our documentation and create new postman examples. ---------------------------------------------------------------- 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 Issue Time Tracking ------------------- Worklog Id: (was: 210962) Time Spent: 1h 40m (was: 1.5h) > [Jobs] trigger the job right now > -------------------------------- > > Key: GRIFFIN-229 > URL: https://issues.apache.org/jira/browse/GRIFFIN-229 > Project: Griffin (Incubating) > Issue Type: Improvement > Affects Versions: 0.5.0 > Reporter: Zhen Li > Priority: Major > Time Spent: 1h 40m > Remaining Estimate: 0h > > h1. Add "trigger now" button on Jobs page > h2. UI > Add "trigger now" button just after "stop" button. When User press "trigger > now" button, it will send a HTTP GET request to server, trigger the Job right > now. > h2. Server > Provide a new RESTful APIĀ _/api/v1//jobs/trigger/\{id},_ create a start now > trigger to schedule the job. -- This message was sent by Atlassian JIRA (v7.6.3#76005)