Workaround for Metallica 9.9.0 release

Description of the workaround required for Metallica release, that implies the restart of ATRIA components

Required ATRIA components restart

In Metallica release, for environments that can be suspended and set up again (DEV and PRE environments), it is required to restart two ATRIA components: atria-model-gateway and atria-rag-server.

For this purpose, follow these guidelines:

  • First, get sure that aura-configuration-api is up and running

  • Now, restart ATRIA components:

  • atria-model-gateway
    kubectl rollout restart deployment atria-model-gw -n <namespace>

  • atria-rag-server
    kubectl rollout restart deployment atria-rag -n <namespace>

In both cases, substitute <namespace> with the corresponding environment.

This requirement does not apply to PRO environments.