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
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...