@shivraj198
Hi, is your cron pattern correct? If I'm not mistaken, */10 0 * * * means, everyday at 00:10. You may try */10 * * * * if you want to schedule the task for every 10 minutes.
E
Best posts made by eaykoc
-
RE: Scheduling continuous replication on xo-server built from sources
Latest posts made by eaykoc
-
RE: Compiling up RDP support?
@lonnietc I'm not sure if https://github.com/xenserver/vncterm is the code you are looking for, if not please ignore me
-
RE: Scheduling continuous replication on xo-server built from sources
@shivraj198
Hi, is your cron pattern correct? If I'm not mistaken, */10 0 * * * means, everyday at 00:10. You may try */10 * * * * if you want to schedule the task for every 10 minutes.