Forums / Install & configuration / Validating and publishing content without cronjob
Jean-Luc Nguyen
Wednesday 06 October 2010 12:38:41 am
Hello,
I have a question, do we have to wait for the cronjob to pass when the admin user validates content, or is there a way to publish content just after the admin user validates content?
Thanks a lot!
http://www.acidre.com
Conrad Decker
Thursday 07 October 2010 12:40:00 am
I don't personally know of anyway to publish content after the admin user approves it without waiting for the cronjob to run. The only alternative way that I'm aware of to do this is by forcing the cronjob to run manually from the command line. I believe the command would need to be run from the root eZ directory and is something like:
./runcronjobs.php frequent
If it's an issue of taking too long for that scheduled process to run, perhaps you could increase the run frequency of the cronjob to something shorter then every 15 minutes (the standard)
Thursday 07 October 2010 1:30:34 am
Yes, I guess I'll increase the frequency of cronjob. Thanks a lot!