python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Invalid CRON expression 0 */8 * * *
I am trying to use AWS Cloudwatch service. Inside that I am create a Synthetic Canary.
And for the schedule I am inserting a cron job with value 0 */8 * * * .
Basically I want to execute it every 8 Ho...
Rahul
Votes: 0
Answers: 1
send mails using sendgrid and kubernates cronjob in GKE
I am trying to send mail using sendgrid api and cronjob in k8s , I tried my python code in cloud function and it is running as expected however when I used my code to create GCR image and deploy it in...
itIsNaz
Votes: 0
Answers: 1
Schedule CronJob for last day of the month using Kubernetes
We have a requirement where we have to run our job automatically on the last day of the month using the cron scheduler in Kubernetes. For example, for March, it should run on March 31st at 6pm. For Ap...
Simmy
Votes: 0
Answers: 2
Rhel Image on openshift cluster to run shell script
I am new to devops and openshift. I have a simple .sh script that connects to a download website and checks if a new version is present if it gets 200 response it downloads the file. I need to know i...
LOWERCASE
Votes: 0
Answers: 1