[ https://issues.apache.org/jira/browse/AURORA-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14005252#comment-14005252 ]
Maxim Khutornenko commented on AURORA-408: ------------------------------------------ Don't we already show messages via check_and_log_response (at least where it's used)? {noformat} def check_and_log_response(resp): log.info('Response from scheduler: %s (message: %s)' % (ResponseCode._VALUES_TO_NAMES[resp.responseCode], resp.message)) if resp.responseCode != ResponseCode.OK: check_and_log_locked_response(resp) sys.exit(1) {noformat} > Update client "job" commands to remove cron-related behavior. > ------------------------------------------------------------- > > Key: AURORA-408 > URL: https://issues.apache.org/jira/browse/AURORA-408 > Project: Aurora > Issue Type: Task > Components: Client > Reporter: Mark Chu-Carroll > Assignee: Mark Chu-Carroll > -- This message was sent by Atlassian JIRA (v6.2#6252)