Not realtime means eg. not deterministic exactly every 2ms.
MQTT is working with publish/subscribe, so you would not need to check it actively, you would get notified from the MQTT Broker if the state of an IO is changing.
For sure minute based is no problem.
... View more