I found a old issue: https://github.com/appwrite/appwrite/issues/1425
BTW, I also got multiple error: An internal curl error has occurred within the executor! Error Msg: Connection reset by peer\nError Code: 500
After I manually re-deploy the function, the problem doesn't occur again for a while, but it's will occurs again after the function has been successfully executed multiple times
Hi @Steven Could you please help to check this issue. Thanks a lot
It's seams will occur after one hour
@Meldiron it sounds like this could be related to the maintenance task that removes inactive runtimes
It seems that docker related errors only appear in the 00:00 am to 00:30 am UTC time zone
never happened again, it's worked now
π
Guys, I am still get docker error: An internal curl error has occurred while starting runtime! Error Msg: Docker Error: docker: Error response from daemon: Conflict. The container name "/exc4-RSS_Translator-651683d59fe35b3aae61" is already in use by container "c11239954a38726a023d91a489023009d63573d75c2f885106e89c6e2b118313". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'. \nError Code: 500
And it's working now after redeploy the function
what's your code?
python
i mean your actual function code
oh, It has over 700 lines.....
It usually runs for about 1-5 minutes
I don't have the open source code yet, but I can send it to you if needed
oh, i got a error after redeploy Error: An internal curl error has occurred within the executor! Error Msg: Connection reset by peer\nError Code: 500 But it's ok. This was common before, just run it again
the longer your function runs. the more likely this type of stuff will happen, especially if it doesn't run frequently
sure, i can take a quick peek
I've sent it to you privately. Please check it. Thanks!
what's your function id and project id?
this is the primary intermittent problem, right?
project id is RSS_Translator
function id is rss_action
yes
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...