snctl auth export-service-account webapp --key-file webapp-credentials.json
snctl auth export-service-account websocketserver --key-file wss-credentials.json
Events that trigger workflows to run. These are sent by the "platform" and read by the Web Socket Servers, which then coordinate with the hosts for running the workflows
These are events that come from hosts and are published by the Web Socket Servers, e.g. Sending Integration Requests, Sending Logs, Initializing a Delay
These are events that come from the platform and are read by the Web Socket Servers, to resolve or reject a previous Run Command
This is an internal queue used by the platform to perform integration requests, and retry them.
This is an internal queue used by the platform to do tasks in a queue. Basically a background job system.