Replies: 1 comment 1 reply
-
I haven't. That sounds horrifying. I might do it or accept a PR that does it 😄 To be fair, every time I used Erlang/Elixir, I ended up build Docker images, so I never had the usecase of doing "relup"s with hot code reloading for 0 downtime and graceful upgrades. But if someone wants to update their drone while its flying and had the amazing idea of putting Python on it... Who am I to deny it? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Have you considered if it's possible to implement a variant of Code replacement via
importlib.reload
?Maybe not for production usage, but maybe in a sort of development mode?
Beta Was this translation helpful? Give feedback.
All reactions