Displaying 2 results from an estimated 2 matches for "timeoutseconds".
Did you mean:
  timeout_seconds
  
2008 Nov 12
2
Timeout for a script
How could I make a script time out after nn minutes, if it's not finished by
then?
The practical context: I have a dozen or so of backup scripts in a directory
"daily", and they are run by cron like this:
> 0 23 * * 1-6 run-parts /root/daily
Sometimes one of the scripts hang, in which case the rest of the scripts are
delayed more than can be allowed.
- Jussi
--
Jussi Hirvi *
2017 Aug 30
0
Unable to use Heketi setup to install Gluster for Kubernetes
...attached gk-deploy_log i see that it failed at:
Waiting for GlusterFS pods to start ... pods not found.
In the kube-templates/glusterfs-daemonset.yaml file, i see this for
Readiness probe section:
------------------------------------------------------------------
        readinessProbe:
          timeoutSeconds: 3
          initialDelaySeconds: 40
          exec:
            command:
            - "/bin/bash"
            - "-c"
            - systemctl status glusterd.service
          periodSeconds: 25
          successThreshold: 1
          failureThreshold: 15
-----------------------...