Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
546 views
in Technique[技术] by (71.8m points)

python 3.x - How do you configure WORKER TIMEOUT in AWS Elastic Beanstalk environment?

In the docs, it says you can access WORKER TIMEOUT - https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-tiers.html#using-features-managing-env-tiers-worker-settings - but there is no Worker section of the Elastic Beanstalk -> Environments -> <environment_name> -> Configuration page.

My deployment is getting a WORKER TIMEOUT, and I was wondering if increasing the timeout would resolve the issue. (The docs in the link above have it set at 5s, and this not-yet-optimized code downloads data that may take a few seconds longer sometimes.)

 [2362] [INFO] Booting worker with pid: 2362
 [2015] [CRITICAL] WORKER TIMEOUT (pid:2362)
 [2362] [INFO] Worker exiting (pid: 2362)

How can one change WORKER TIMEOUT in AWS Elastic Beanstalk today? thanks for your help!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...