obs-staging-bot: log polling cycles

This commit is contained in:
2025-02-11 16:26:29 +01:00
parent 8c2cc51a3c
commit 9ecda0c58b

View File

@@ -559,6 +559,7 @@ func pollWorkNotifications(giteaHost string) {
}
if data != nil {
log.Println("Processing", len(data), "notifications.")
for _, notification := range data {
log.Println(notification.ID, "--", notification.Subject)
@@ -596,6 +597,7 @@ func main() {
if Debug {
break
}
log.Println("Poll cycle finished")
time.Sleep(10 * time.Minute)
}
}