btw i always see this number in logs
are these 2 related https://github.com/appwrite/appwrite/issues/5956
Weird...I can't see where this is called in the code 🧐
these are the logs of openruntimes-executor
were u asking for smth else?
by code u mean the appwrite src code?
What's the output of docker ps -a?
it normally shows the containers like before
only the openruntimes-executor is exited
on docker compose up -d it restarts normally
any other suggestions?
these are happening since I have upgraded to 1.4+
really a big problem for my production apps :/
i wish i could help with more information but i got no clue myself
can you share the output?
Add this in your compose file: https://github.com/appwrite/appwrite/blob/6f39c1ddc98a69d6613bdcd9d37dff18cc67e151/app/views/install/compose.phtml#L669. It'll help with the restart...but not with the crash
yep already added unless-stopped
also sharing it one sec
have you signed up for sentry yet?
nope..
it would be a good idea. adding that may give more insight into what's going on
i see
i will look into it
Recommended threads
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...