service · inferred from evidence
Events API
A Slack API service that handles event notifications and retries requests if not acknowledged in time.
- Refinery breaks OTLP data when the service name contains a slash
If your service name contains a slash and traces vanish behind Refinery while plain OTLP delivery works, the break is Refinery mapping the service name onto an Events API dataset, which rejects slashes. This was fixed Refinery-side in PR #1
- Bolt WorkflowStep executes multiple times on Lambda / serverless
Slack retries the Events API request if your function does not ack within 3 seconds, so a slow WorkflowStep execute handler runs again. Ack immediately and do the long work asynchronously.