Opened 6 years ago

Closed 6 years ago

#1479 closed defect (invalid)

Nginx maximum file execution 300ms

Reported by: saju79shyni@… Owned by:
Priority: major Milestone:
Component: other Version: 1.13.x
Keywords: Cc:
uname -a:
nginx -V: 1.10.2

Description

Hi Guys,

How do we can stop the PHP page execution which is not more than 300MS?

With "request_terminate_timeout" we can terminate execution minimum 1s

but i wanted to stop with 300MS

Change History (1)

comment:1 by Maxim Dounin, 6 years ago

Resolution: invalid
Status: newclosed

As nginx doesn't execute PHP pages, the only thing you can do in nginx itself is to configure various timeouts waiting for PHP backends, notably fastcgi_read_timeout. To limit page execution time, consider asking your backend developers.

Note: See TracTickets for help on using tickets.