keep_alive mechanism #13
unhinged-teletubby
started this conversation in
General
Replies: 1 comment
-
basically, yes
but idk about server fatifure, there were couple of errors like that time to time -- on other projects that were using alive func, not this -- but they were quickly resolved by render itself,also since its just a func that has while true loop inside of which there is a get req sender w rand time, its supposed to work infintely unlesss there is a limit for while true loop in python (that i dont know about -) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed some commits referencing a keep_alive mechanism — ig this being used to prevent the server from going to sleep on render right? are there any downsides like server fatigue, or potential abuse from constant pings?
Beta Was this translation helpful? Give feedback.
All reactions