Nine.testrun.org having trouble? (nope, false alarm)

Messages are delayed and my Delta Chat log is full to the brim of stuff like

1852.5s [i]core/event: 629 src/imap/idle.rs:78: "INBOX": Received interrupt, stopping IDLE.
1852.9s [i]core/event: 629 src/imap/idle.rs:93: "INBOX": Idle wait was interrupted manually.
1852.9s [i]core/event: 557 src/scheduler.rs:768: SMTP fake idle started.
1852.9s [D]core/event: 557 ConnectivityChanged { kind: 'ConnectivityChanged' }
1853.2s [i]core/event: 557 src/scheduler.rs:796: SMTP has no messages to retry, waiting for interrupt.
1853.2s [i]core/event: 629 src/scheduler.rs:800: SMTP fake idle interrupted.
1853.2s [i]core/event: 560 src/imap/idle.rs:78: "INBOX": Received interrupt, stopping IDLE.
1853.3s [i]core/event: 560 src/imap/idle.rs:93: "INBOX": Idle wait was interrupted manually.
1853.3s [i]core/event: 560 src/scheduler.rs:800: SMTP fake idle interrupted.
1853.3s [i]core/event: 627 src/smtp.rs:516: Selected rows from SMTP queue: [].

Apologies, false alarm. The issue was somehow caused by this commit

https://github.com/deltachat/deltachat-desktop/pull/5992/changes/4ffc6b03ebc402db470811151c31d2b5656d08d9

It spammed Core with get_full_chat_by_id requests. But I am not entirely sure how that led to more of the above mentioned logs. Maybe it was simply because they were simply more spread over time due to Core being slowed down by the requests.