Lift limit on cron job scripts
I need to be able to add unlimited cron jobs to my application. My previous server provider allowed for this and I don't know why there's a limit in place.
I have a bunch of crons that I need to be able to add and control on one particular application and I'm only going to need to add more as they increase their usage.
Additionally it would be great if the server time took daylight savings into account so I don't have to go through and change all of the timings when the clocks change twice a year.
3
votes

-
Arno Peters commented
It 6 years later and we still can only put 6500 characters in the advanced cron tab. Please increase that limit significantly. Working via SSH instead is a hassle. Thanks.