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
This release includes a scheduled worker to process all failed messages. As of now it fetches messages every minute and process them. This is done to prevent server from getting exhausted from resources because continuously processing (assuming messages are being failed because of a logical bug in the application) failed messages, until a bug in the code is fixed.
It still does not address the cases where lead is not created in the salesforce because the worker was not able to find a customer role user, even though there exists one, for the project. This is happening occasionally and till date we are not able to reproduce it on local or dev env. For now, leads have to be created manually for such cases.