Async Job Notification Service #2742
AllanOricil
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
context: forcedotcom/salesforcedx-vscode#5445
Async sf/sfdx commands push the generated UUID to Async Job Notification Service (AJNS). Which can be installed through VS Code.
The post call must be wrapped with a try/catch because AJNS might not be running since not everyone uses VS Code. Moreover, it must have a very small timeout so that it does not hang for too long.
An alternative solution while Salesforce apis don't support configuring webhooks: #2068
Beta Was this translation helpful? Give feedback.
All reactions