Open Cedric-Ser opened 3 years ago
Hi Cedric, I struggled with the same issue, so after just using tags to exclude the reverse proxy configuration, I've improved the idempotency of the entry
part of the reverse proxy here : #342
Hello Tom, thank you,
I ended up making codes that converts the whole conf file as a dict and back to a conf file after running a json.diff using the excellent jsondiff library :)
Using the API, as the LMI, to upload the file allows to go from dozens of minutes to seconds in terms of deployments.
Regards,
Cédric.
That's a good idea :+1:
Hello,
At our end, we're using the set_stanza and set_entry capabilities from the framework with a several drawback: it's slow. A complete RP config takes approximatively 20 minutes (even when there's no changes).
How do you guys cope with small RP changes ? What's your process ?
Cédric Servais