Please check the attached screenshots.
I have a node function that takes around 120 seconds to complete the task. In the Appwrite console, I set the Timeout value to 240 sec, and in the docker env file the timeout variable is set to 900 seconds. However, the function throws the timeout error after 60 seconds of execution.
Functions are not setting the timeout as per the configuration in 1.4.2
what's that full error?
Traceback:
#0 /usr/local/vendor/utopia-php/framework/src/App.php(460): {closure}('appwrite-execut...', '{"abc...', '/', 'POST', Array, 240, 'openruntimes/no...', '/storage/builds...', 'dist/main.js', Array, 0, 0, 'v3', 'cp /tmp/code.ta...', Object(Swoole\Table), Object(Utopia\Swoole\Response), Object(Utopia\Logger\Log))
#1 /usr/local/vendor/utopia-php/framework/src/App.php(659): Utopia\App->execute(Object(Utopia\Transaction), Object(Utopia\Route), Object(Utopia\Swoole\Request), Object(Utopia\Swoole\Response))
#2 /usr/local/app/http.php(1317): Utopia\App->run(Object(Utopia\Swoole\Request), Object(Utopia\Swoole\Response), Object(Utopia\Transaction))
#3 [internal function]: {closure}(Object(Swoole\Http\Request), Object(Swoole\Http\Response))
#4 {main}
Error Message: An internal curl error has occurred within the executor! Error Msg: Connection reset by peer
where is this from?
I have configured sentry, so I'm getting error trace from it
so which container is throwing this error? maybe look the logger or server_name
how is hte function being triggered? via appwrite console?
@Abhishek would you please try setting this env var in your .env file?
_APP_FUNCTIONS_MAINTENANCE_INTERVAL=3600
http call from web client sdk
Sure, let me check
Worked!
[SOLVED] Functions are not setting the timeout as per the configuration in 1.4.2
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...