While creating functions using the starter template, the code isn't pushed to the connected repository. These are the logs of the Github App and the one's with error have a 504 status code, and they timeout exactly after 10 seconds. And as the function deployment fails, in Appwrite console the function gets stuck on processing. I tried searching for pricing to figure out if this limit is from GitHub, but unfortunately couldn't find anything as such.
Strangely, it happens only once in a while
@khushbooverma have you seen this before?
Recommended threads
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...