We are running service control within Azure using Azure container apps and we have encountered the issue documented in this article: Re-processing messages that failed to be imported • ServiceControl • Particular Docs
We had a few questions on how to do this based on it running in ACA. If we stop the azure container app and restart it with that startup command --import-failed-errors, when it is done importing the failed errors would the service control container app stop once the import is done? If not, would service control start working as normal once the import is done? Or is there another way to do this since I don’t believe the --rm would work in this scenario?