DA limits cronjob to max 9 per user

B3rt

Verified User
Joined
Oct 12, 2007
Messages
81
Why does DA limit the usage of cronjobs to max 9 per user?
When a user use more then 9 cronjobs the new crons are executed anymore.
If user add cronjob number 10 the interface gives error:
Code:
Error Creating Cron Job

Details (empty)

deleting the cron gives:
Code:
Error Deleting Cron Job(s)

Details (empty)
No error in any log files.
The added cronjob is vissible in the list but is **NOT** executed, the first 9 cronjobs work fine.

So why does DA limit the usage to 9 crons and how to disable this?

Using centos5 and latest DA version.
 
Hello,

There is no limit. I've just tested on our CentOS 4 system and added 11 without issue.

Most likely there is a syntax error in something causing crontab to return a non-zero value.

Type:
Code:
crontab -u [B]username[/B] -e
make a change, undo the change, and save (eg: add a space, remove the space). See what crontab complains about.

John
 
There is no error in the crons, intil 9 crons all work fine, when adding number 10 the error appears.

When I randomly remove some I can add crons until I reach number 9 again.
 
Back
Top