Hello Can I make a cron job running multiple times...
# help
b
Hello Can I make a cron job running multiple times in specific hours on same day?
r
Yes - you can use a cron expression. From the docs here
The next example creates a rule that is triggered every day, at 5 and 35 minutes past 2:00pm UTC.
Copy code
cron(5,35 14 * * ? *)
b
Thank you @Ross Gerbasi
r
Passing the thanks on to @Ross Coundon but thanks 🙂
r
😄
b
Sorry By Mistake 😁