You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
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
The text was updated successfully, but these errors were encountered: