Skip to content

Commit d76a5af

Browse files
author
Larry Franks
committed
style/grammar
1 parent 908fdf8 commit d76a5af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-troubleshoot-deployment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ For more information on setting `autoscale_target_utilization`, `autoscale_max_r
263263

264264
## HTTP status code 504
265265

266-
A 504 status code indicates that the service didn't respond to a scoring request in a timely manner, and the request has timed out. The default timeout is 1 minute. You can increase the timeout or try to speed up the service by modifying the score.py to remove unnecessary calls. If these actions do not correct the problem, use the information in this article to debug the score.py file. The code may be in a hung state or an infinite loop.
266+
A 504 status code indicates that the request has timed out. The default timeout is 1 minute.
267+
268+
You can increase the timeout or try to speed up the service by modifying the score.py to remove unnecessary calls. If these actions do not correct the problem, use the information in this article to debug the score.py file. The code may be in a hung state or an infinite loop.
267269

268270
## Advanced debugging
269271

0 commit comments

Comments
 (0)