This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
appwrite
Watch
1
Star
0
Fork
You've already forked appwrite
0
mirror of
https://github.com/appwrite/appwrite
synced
2026-05-04 13:58:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
a1e53cd4e3
appwrite
/
tests
/
resources
/
functions
/
timeout
/
index.php
5 lines
63 B
PHP
Raw
Normal View
History
Unescape
Escape
Added timeput tests
2020-12-12 05:42:29 +00:00
<
?
php
Improvements to executor - Executor now loads runtimes from php-runtimes package - Executor now handles timeouts correctly - Executor can now shutdown and remove containers before shutting down itself preventing a `docker-compose stop` failure due to active network endpoints. - Fixed a issue with JWT's not working - Improved general executor reliability - Tests now pass!
2021-09-06 00:37:20 +00:00
return
function
(
$request
,
$response
)
{
sleep
(
5
);
};
Reference in a new issue
Copy permalink