Rank 6: Server
I edited .env file and set it to 5 minutes. Afterwards, I did docker compose down and docker compose up -d but I dont notice the containers being destroyed even tho they are up for like 18 hours and run every 20-30 minutes..
Votes
0
Replies
13
Participants
Unknown
Messages
14
Rank 6: Server
I edited .env file and set it to 5 minutes. Afterwards, I did docker compose down and docker compose up -d but I dont notice the containers being destroyed even tho they are up for like 18 hours and run every 20-30 minutes..
Rank 6: Server
that maintenance interval doesn't actually affect those runtime containers
You need to look at these:
_APP_FUNCTIONS_INACTIVE_THRESHOLD_APP_FUNCTIONS_MAINTENANCE_INTERVALRank 6: Server
oh 💀
Rank 6: Server
right i am dumb lmao lemme try those
Rank 6: Server
i read the description i am kind of confused between the two
Rank 6: Server
so i did get what inactive threshold is supposed to do
Rank 6: Server
maintenance would just restart as an extra step?
No that one determines how often the check is done
This one is during the check, which ones are removed
Rank 6: Server
ohh i see now gotcha
Rank 6: Server
thanks
Rank 6: Server
[CLOSED] Maintenance Interval not Recreating Containers