@@ -87,6 +87,7 @@ func (a *AdminConfig) Run() {
c := cron.New(cron.WithLocation(time.UTC))
c.AddFunc("00 * * *", func() { cfg.Run() })
c.Start()
// Listen for the interrupt signal.
<-ctx.Done()
The note is not visible to the blocked user.