Mark Stosberg on Nostr: nprofile1q…gx3yv In my own case, the app is being redeployed every day, so we ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq0smdhqjvt80rt7g3mgqvwhvxs4qh8few5pyfgs6wcxap7w4vrl3sagx3yv (nprofile…x3yv) In my own case, the app is being redeployed every day, so we already need to design for the whole app to be restarted. That's done with a redundancy and a load-balancer. If the design requiremements already need to handle being completely restarted, hot-reloading the config system feels like unnecessary complexity.
If I get a new certificate that needs to be rotated, I restart the app. The LB will redirect traffic to the twin for a few seconds in the meantime.
If I get a new certificate that needs to be rotated, I restart the app. The LB will redirect traffic to the twin for a few seconds in the meantime.