tattekudasai
New Member
- Messages
- 8
- Reaction score
- 0
- Points
- 0
So is the cron job limitation on average one per five minutes or a hard limit of one job running for every five minute time slot? That is, can I have six jobs run once a day at the same time and still be within the limit?
I'm trying to have a daily wget to a php script for processing, though it does require GET data. I have tried the same command on my own shell, which works fine, but it doesn't work as a cron job. Need I specify the direct path to wget? And what is the default directory you're in when a cron job runs? home? I haven't been getting any emails when my cron jobs run either.
I'm trying to have a daily wget to a php script for processing, though it does require GET data. I have tried the same command on my own shell, which works fine, but it doesn't work as a cron job. Need I specify the direct path to wget? And what is the default directory you're in when a cron job runs? home? I haven't been getting any emails when my cron jobs run either.
Last edited: