Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
CGI Task (attach dependencies) timing out with too many files
bturns
TS 6.7.2
Solaris 10
Hi,
I have a workflow which includes a CGI task. This CGI task attaches dependencies. Often this workflow is used to submit 5 - 10 files and the CGI task works fine.
CGI Task details:
CGI Script Name = /iw-cc/Workflow/WebTask.do
TaskBeanId=workflow.task.DependencyTask
When submitting a folder with many files (over 10,000) the CGI task times out. Has anyone seen this? Has anyone found a solution?
I'd like to find a way to include adding a large folder to this workflow. Does anyone have any ideas on how to not have the attach dependencies task timeout.
Thanks,
Brian
Find more posts tagged with
Comments
nipper
How long is it taking ? There is a 5 minute (300 second timeout) for iw-webd. You can adjust that. But if it makes a difference for your issue, I have no clue.
I have changed it for deploy tasks that took longer than 5 minutes.
bturns
hmmm....good question. Let me time it and get back to you.
bturns
Yeah, it timed out after 5+ min.
Error was: Error in XMLHttpRequest [502/Bad Gateway]
looks like socket closed.
Do you by chance know how to extend the timeout time?
nipper
It is in iwwebd.conf.template:
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300
run iwreset -ui after.