Skip to main content

Module liveness

Module liveness 

Source
Expand description

Slack LivenessProbe stub per ADR-021 §6.

Slack’s auth.test API method validates the bot token and returns workspace + bot user info. Routing the response into the typed liveness shape (active / revoked / expired) is a follow-up. The stub uses the trait’s default test impl (returns LivenessStatus::NotImplemented) until the real probe lands.