"Service Suspended" and "Service Resumed" notifications
m
mike
Sometimes we disable a service to run it locally in an isolated way, e.g., a single threaded worker that we can debug. We want a notification sent that the services was suspended. On resume, we want a notification sent that the service was resumed (it currently sends a "New Deploy" event to slack).
fwiw, we use docker images.
Log In