Rank 2: Process
I found a old issue:
https://github.com/appwrite/appwrite/issues/1425
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
I found a old issue:
https://github.com/appwrite/appwrite/issues/1425
Rank 2: Process
BTW, I also got multiple error:
An internal curl error has occurred within the executor! Error Msg: Connection reset by peer\nError Code: 500
Rank 2: Process
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
Rank 2: Process
Hi @Steven
Could you please help to check this issue.
Thanks a lot
Rank 2: Process
It's seams will occur after one hour
Admin
@Meldiron it sounds like this could be related to the maintenance task that removes inactive runtimes
Rank 2: Process
It seems that docker related errors only appear in the 00:00 am to 00:30 am UTC time zone
Rank 2: Process
never happened again, it's worked now
😅
Rank 2: Process
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
Admin
what's your code?
Rank 2: Process
python
Admin
i mean your actual function code
Rank 2: Process
oh, It has over 700 lines.....
Rank 2: Process
It usually runs for about 1-5 minutes
Rank 2: Process
I don't have the open source code yet, but I can send it to you if needed
Rank 2: Process
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
Admin
the longer your function runs. the more likely this type of stuff will happen, especially if it doesn't run frequently
Admin
sure, i can take a quick peek
Rank 2: Process
I've sent it to you privately. Please check it. Thanks!
Admin
what's your function id and project id?
Admin
this is the primary intermittent problem, right?
Rank 2: Process
project id is RSS_Translator
Rank 2: Process
function id is rss_action
Rank 2: Process
yes