Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Bug 1197873
Browse files Browse the repository at this point in the history
Bugzilla Link - https://bugzilla.redhat.com/show_bug.cgi?id=1197873
Using this fix a user a can have a cronjob timeout limit customizable
  • Loading branch information
miheer committed Mar 2, 2015
1 parent 62cb9f8 commit d5698ee
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -49,6 +49,8 @@ fi
freq=$1
source "$CART_CONF_DIR/limits"

[[ -f /etc/openshift/cron/limits ]] && source /etc/openshift/cron/limits

# First up check if the cron jobs are enabled.
if [ ! -f $OPENSHIFT_CRON_DIR/run/jobs.enabled ]; then
# Jobs are not enabled - just exit.
Expand Down

0 comments on commit d5698ee

Please sign in to comment.