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
- Issue related to index
Why it is showing this error?
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...
- Appwrite Functions not executing with a ...
I have multiple functions running with a CRON Job however, they all stopped executing around 35 mins ago from this post. Project ID:6a4a03920012bede992d Region:...