Lines Matching +full:before +full:- +full:script
7 // http://www.apache.org/licenses/LICENSE-2.0
40 // Path to the script from the application root directory.
41 string script = 3; field
69 // Deadline reached before the application responds.
116 // Executes a script to handle the requests that match this URL
118 // App Engine standard environment, for example `"script": "auto"`.
119 ScriptHandler script = 3; field
160 // Defaults to file-specific MIME types, which are derived from each file's
180 // Executes a script to handle the request that matches the URL pattern.
182 // Path to the script from the application root directory.
188 // Path to the script from the application root directory.
203 // Number of consecutive successful health checks required before receiving
207 // Number of consecutive failed health checks required before removing
211 // Number of consecutive failed health checks required before an instance is
218 // Time before the health check is considered failed.
232 // Number of consecutive failed checks required before removing
236 // Number of consecutive successful checks required before receiving
243 // Time before the check is considered failed.
262 // Number of consecutive failed checks required before considering the
266 // Number of consecutive successful checks required before considering
273 // Time before the check is considered failed.
276 // The initial delay before starting to execute the checks.
280 // Third-party Python runtime library that is required by the application.