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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...