Please open a ticket. Does it behave better is 30 6 * and 30 14* are replaced by 0 6 * and 0 14 *?
On Jul 25, 6:22 am, Manuele Pesenti <[email protected]> wrote: > dear all, > I have a strange problem with cron it seams it does not respect what I > have eritten in crontab... this is my crontab: > > 30 6 * * * root *cron/fetch_m_data > 0 7 * * * root *default/send_mail_msg > 30 14 * * * root *cron/fetch_x_data > 0 21 * * * root *cron/fetch_m_data > 0 23 * * * root *cron/fetch_x_data > > and every function called at the end send me an email so I can > monitorize what happens... the result is that I receive emails every day > who say that: > > at 3:00 AM fetch_m_data is performed > at 5:00 AM fetch_x_data is performed > at 12:30 fetch_m_data is performed > at 20:30 fetch_m_data is performed again > send_mail_msg is never performed (it sends another message) > > can you help me? > > thanks a lot > > Manuele

