It just keeps running, and there's no way to manually stop it.
cc @Meldiron
Thanks for bringing this up 🙌 cc <@1019617205220016128>
We will be trying to reproduce this next. <@607906105892405258> can you confirm with me if those executions did what they were supposed to? Also, is it still processing now? I am trying to differenciate between three possible problems: A) Execution never acutally started B) Execution is not respecting timeout C) Execution crashed, preventing from marking proper status (failed/succeeded)
We haven't been able to repro this issue - function gets timed out within the appropriate set limit.. nor we could set an invalid timeout value like 0 or null. I suspect it has to do with worker crashing/restarting when the job is in progress which makes the process dangling. <@185460546336718859> could you investigate further on worker crash/restart if any? cc <@287294735054274560>
Well its hard to tell because it happened in the middle of many other executions doing same job, so I'm not sure if they actually did their job. I can even see the logs because they are shown as Processing. Its also hard to tell if they are still running, because execution is supposed to end after 50 loops in the code. But my GB-Hour usage isn't that high compared to execution time (still running).
I updated code to log somewhere else, so if same issue happens, i might be able to tell.
Same thing happened, and everything was fine. It executed without any errors
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...