
glevine
User
Jul 7, 2009, 12:50 PM
Post #3 of 4
(2416 views)
Shortcut
|
|
Re: [Donna] Publish All timing out
[In reply to]
|
Can't Post
|
|
Donna, Thanks for the reply. I am running Article Manager 2.16, with the MySQL database backend. Because of the complexity of the website, I have 2,400+ categories with the same number of publishing rules. That may be the hangup? Due to the number of rules, it takes roughly 10 hours to fully publish the 8,000+ articles. That makes it impossible to watch the whole process and determine where the timeout occurred. Also, given the number of publishing rules, it will take far too long to publish each rule independently. I'm curious though, is it possible to execute a Publish call for a set of publishing rules using a URL like the following? http://www.domain.com/artman2/admin.cgi?action=publishAll&selectedRuleNumbers=1,2,3,4,5&nextAction=publishRulesList If I can do that, then I could publish five rules at a time to break the job into pieces. Or, I can execute Publish calls for each individual publishing rule from a cron job that never times out. Those URLs would look like: http://www.domain.com/artman2/admin.cgi?action=publishAll&selectedRuleNumbers=1&nextAction=publishRulesList (Note: The difference in URLs is the value of the selectedRuleNumbers parameter.) Does this sound legit? Thanks, Greg
|