mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-23 17:53:05 +02:00
6 lines
164 B
Markdown
6 lines
164 B
Markdown
# Shutdown
|
|
|
|
This demonstrates graceful shutdown of a service via context cancellation after 5 seconds
|
|
|
|
A micro.Service waits on context.Done() or an OS kill signal
|