I am running into an error on self-hosted version 1.4.13. If I execute a function from the console, it runs successfully without any problems. But scheduling the function fails. Here are the relevant logs, the exception "Multiple internal curl errors has occurred within the executor! Error Number: 111. Error Msg: Connection refused" happens around the time I have scheduled the function for.
what's your code?
My code as in what the function does? It just writes some values to google sheet using an API.
Are you contacting any Appwrite services fron within your function?
None at all, it just uses one API to fetch data and another API to write data to google sheets. I just have a context.log and context.res.empty() at the end if everything is successful.
Also on an unrelated note, is there a way to change the timezone for an Appwrite instance?
As of now, not permanently You can try to change the server one
[Solved] Appwrite function cronjob execution fails.
Recommended threads
- Function crash first run after a while
Big issue I’m facing , almost all functions crash or run for a very long time the first time i run them after a long time without running them I have a “help-c...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...