I need some help getting my functions to work. This is on a fresh 1.7.4 install. All functions i try to run result in an error Internal curl error has occurred within the executor! Error Number: 7\nError Code: 500 and the appwrite-worker-functions logs show
[Job] (68ac4016cf18c9.78627971) failed to run.
[Job] (68ac4016cf18c9.78627971) Internal curl error has occurred within the executor! Error Number: 7
[Error] Type: Exception
[Error] Message: Internal curl error has occurred within the executor! Error Number: 7
[Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Functions.php
[Error] Line: 617
currently im testing with python3.12, 15s timeout with this code
def main(context):
context.log("function reached runtime")
return context.res.json({"ok": True})
the error occurs after 12-15s runtime
Recommended threads
- How to send Webhooks to internal network
When saving the URL for sending Webhooks, Appwrite checks if it's a valid external domain name so entering internal IP address or docker hostnames won't save th...
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...