And what about the build command?
kept the same, that was part of the python starter function pip install -r requirements.txt
i used that as template
That's weird....I'm surprised that built successfully...
why?
Maybe you can start from a starter template and add code incrementally testing in Appwrite as you go
It didn't work before
no the build is working fine, the issue is when i hit the curl
its the execution that is failing
with that particular error
What do you mean when YOU hit the curl?
after i hit this, and when i check the errors for the execution
Anyways, I still recommend this
You can also share your code too and I can scan it quickly.
You can also try to increase the function timeout
did that, maxed it to 900 sec, still the same 😦
And the execution fails after how long?
after that much time
Interesting
the code ^^
i will cycle the key now
You should probably not pass exceptions directly into context.err(). Maybe convert to string first
okay got it, let me try that, will update
Technically, it is possible for there to be an infinite loop with your whiles
This is still probably the best approach
makes sense, that is possible, will put in max retries, and the function execution is not completing , but i was expecting some of the context logs to get logged, but none did, hence, did not debug in the line of infinite loop
Recommended threads
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- Iam getting 500 when i click on the proj...
- Issues with uAuth
Hey everyone, is anyone experiencing 500 errors for the oauth flow starting today? Im in the fra region. My oauth flow used to work fine until today, now im get...