You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should help tracking that it's not blocked and it's slowing down.
No more log than once in 5s.
Signed-off-by: Pierre-Etienne Bougué <bougue.pe@proton.me>
val lastLog = lastLogSecond.getAndUpdate { if (it + muteDuration < now) now else it }
109
+
if (lastLog + muteDuration < now) {
110
+
logger.info(
111
+
"Fetching train requirements for infra $infraId and timetable $timetableId: obtained page $page, HTTP status ${response.code} [muting this log for the next $muteDuration s]."
0 commit comments