I’m currently implementing a web service connector, and it has been a few days that whenever I make a change to the operations (whether online or through the API), it doesn’t take the changes into accounts and I have to restart the VA cluster to clear the cache and get the changes applied.
Therefore my questions are:
Why?
Is there a better way to clear the cache and ensure every time I test after modifying the source, it takes it into account?
I seen this issue before. Connector cache is only cleared/refreshed when test-connection fails. Basically every time I update connector I also temporarily update connector config creds to force test connection failure. For us it was less impactful that restarting VA cluster.