How to configure retry for a Connector via Queue processor
If there is a service failure while fetching connector how can we keep the process going on without interruption?so basically the Connector has to retry connecting to the external database to fetch the information and there should not be any delay on the UI.Can this be achieved via a Queue Processor? or any other method ?