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
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Python Function Deployment hits General ...
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues...