Skip to content

Commit

Permalink
Add worker created/shutdown events
Browse files Browse the repository at this point in the history
  • Loading branch information
lotas committed May 28, 2024
1 parent ed70fc3 commit bc1a363
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rfcs/0191-worker-manager-launch-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ Worker-manager will publish additional events to Pulse to allow external systems
* `launch-configuration-archived`
* `launch-configuration-paused`
* `launch-configuration-resumed`
* `worker-registered`
* `worker-failure` (provisioning or starting up failure, will include `workerPoolId` and `launchConfigurationId`)
* `worker-registered`
* `worker-requested`
* `worker-stopping`
* `worker-stopped`

New API endpoints will be introduced:

Expand Down

0 comments on commit bc1a363

Please sign in to comment.