python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Run cron as background process in Kubernetes pod running as non root user
I have an existing kubernetes deployment, it is used for data processing. We run it as non-root user(which is mandated in our group because of security reasons).
Now, we have a new requirement for whi...

banjara
Votes: 0
Answers: 1
cron does not execute shell script
I have created a simple shell script which should be executed via cron but cron does not run it.
I did a google search and found different approaches, which unfortunately don't work for me.
#!/bin/bas...
emil
Votes: 0
Answers: 1
I want to send only 2k mail in 1 day mautic
I want to send 2k mail in one day. My Segment has more than 50k contacts. I tried to update the limits and max contact in Corn job. But it is not working.
Here are the Cron I setted up :
1 */4 * * * /...
user17982052
Votes: 0
Answers: 1
given a date and a cron expression can you validate that the date is part of the cron expression
I have a cron expression and i need to check if a certain Date is part of it.(meaning the cron would trigger at that Date)
(using nodejs)
Gabi Rousine
Votes: 0
Answers: 1