Is live (code) reloading works in production

I have an app that generates code and save it as .exs file. This works in a dev environment but Im not sure how it behaves in production. Is it possible to retain live reload in prod where generated/updated .exs files are loaded in dynamic function?

Thanks

Not really sure if it fits your use-case but you might take a look at how Discord is doing it with FastGlobal