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-03 03:17:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
3ffd59f18c
appwrite
/
tests
/
resources
/
functions
/
timeout
/
index.php
6 lines
64 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
);
format files in app, src, tests
2022-05-23 14:54:50 +00:00
};
Reference in a new issue
Copy permalink