githubbob42 / mingle2github2

0 stars 1 forks source link

Refactor upsert to only open and create one connection per envelope #2344

Open githubbob42 opened 5 years ago

githubbob42 commented 5 years ago

Mingle Card: 2601 Audit-Logger needs to have access to the connection object that has already had a connection opened to salesforce and resolved the namespace. During code review with craig, found out that we opened a connection and resolved the salesforce namespace every time we executed a message in the envelope. This is costly. Refactored code to open connection once and move the connection object to sync.post where audit-logger can consume it for it's own namespace resolution

githubbob42 commented 5 years ago

Story: #2328 Admin user in Console should review sync errors (Mingle)