Skip to content

Scheduled worker for processing failed messages

Compare
Choose a tag to compare
@vikasrohit vikasrohit released this 24 Apr 07:50
· 196 commits to master since this release
  • 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.