Raspberry pi Zero v2

Did you have any loops in the flow?

I recently had a problem with nested objects in a state machine loop that made the node-red flow stop after a while, because it went over the limit for message-size.

My guess is that in a Zero, and with its lower memory capacity, if you're handling big messages it may eventually cause problems.