Interseting. I didnt consider it might be due to excessive context usage in the schedules. There might be something in it.
You can of course modify your flows to remove the context inside cron nodes to see if it helps (and it should remove the need to re-write all your flows: instead, just update the cron entries to send a string & add a link call
after the cron node)
[{"id":"f575aa0996438761","type":"cronplus","z":"07f7c6534787ceb5","name":"Daten","outputField":"payload","timeZone":"","storeName":"","commandResponseMsgOutput":"output1","defaultLocation":"","defaultLocationType":"default","outputs":1,"options":[{"name":"Modus","topic":"Modus","payloadType":"str","payload":"global.openwbModus","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"Überschuss","topic":"U","payloadType":"str","payload":"global.Übers-ohne-LP","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"Offset","topic":"offset","payloadType":"str","payload":"flow.offset","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"Sofort","topic":"sofort","payloadType":"str","payload":"flow.sofort","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"min I","topic":"minI","payloadType":"str","payload":"minI.minI","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"frc","topic":"frc","payloadType":"str","payload":"flow.frc","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"go-e","topic":"goe","payloadType":"str","payload":"global.LP2-Leistung","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"Tibber","topic":"Tibber","payloadType":"str","payload":"flow.Tibber","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"I max","topic":"Imax","payloadType":"str","payload":"global.Imax","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"Phasen","topic":"phasig","payloadType":"str","payload":"flow.Phasen","expressionType":"cron","expression":"*/5 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":190,"y":800,"wires":[["d71a74992a2221a7"]]},{"id":"45417146841658f2","type":"cronplus","z":"07f7c6534787ceb5","name":"PV-laden","outputField":"payload","timeZone":"","storeName":"","commandResponseMsgOutput":"output1","defaultLocation":"","defaultLocationType":"default","outputs":1,"options":[{"name":"Überschuss","topic":"U","payloadType":"str","payload":"global.Übers-ohne-LP⌀","expressionType":"cron","expression":"*/10 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"PV-laden","topic":"PV","payloadType":"str","payload":"global.openwbModus","expressionType":"cron","expression":"*/10 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"SoC Freigabe","topic":"socfreigabe","payloadType":"str","payload":"global.socfreigabe","expressionType":"cron","expression":"*/10 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"Start PV","topic":"start","payloadType":"str","payload":"global.startpv","expressionType":"cron","expression":"*/10 * * * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":180,"y":720,"wires":[["0f19b84352baf3d4"]]},{"id":"0f19b84352baf3d4","type":"link call","z":"07f7c6534787ceb5","name":"","links":["038f99a129522068"],"linkType":"static","timeout":"30","x":350,"y":720,"wires":[["4d722c16038484a9"]]},{"id":"4d722c16038484a9","type":"debug","z":"07f7c6534787ceb5","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":560,"y":720,"wires":[]},{"id":"d71a74992a2221a7","type":"link call","z":"07f7c6534787ceb5","name":"","links":["038f99a129522068"],"linkType":"static","timeout":"30","x":370,"y":800,"wires":[["30d93c12515df1e3"]]},{"id":"30d93c12515df1e3","type":"debug","z":"07f7c6534787ceb5","name":"debug 2","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":560,"y":800,"wires":[]},{"id":"2eb12067f62c3576","type":"group","z":"07f7c6534787ceb5","name":"Load context when payload is flow.xxx or global.xxx","style":{"label":true},"nodes":["6fc4e3b8eb2dcd58","038f99a129522068","36beb2ac4471eba6","d63e39946820db0a"],"x":164,"y":879,"w":462,"h":82},{"id":"6fc4e3b8eb2dcd58","type":"function","z":"07f7c6534787ceb5","g":"2eb12067f62c3576","name":"get context data","func":"\nif (typeof msg.payload === \"string\" && msg.payload.startsWith('flow.') && msg.payload.startsWith('global.')) {\n const [store, key] = msg.payload.split('.')\n if(store === 'flow') {\n msg.payload = flow.get(key)\n } else {\n msg.payload = global.get(key)\n }\n}\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":320,"y":920,"wires":[["36beb2ac4471eba6"]]},{"id":"038f99a129522068","type":"link in","z":"07f7c6534787ceb5","g":"2eb12067f62c3576","name":"load context","links":[],"x":205,"y":920,"wires":[["6fc4e3b8eb2dcd58"]]},{"id":"36beb2ac4471eba6","type":"link out","z":"07f7c6534787ceb5","g":"2eb12067f62c3576","name":"link out 1","mode":"link","links":[],"x":585,"y":920,"wires":[]},{"id":"d63e39946820db0a","type":"change","z":"07f7c6534787ceb5","g":"2eb12067f62c3576","name":"lösche","rules":[{"t":"delete","p":"cronplus","pt":"msg"},{"t":"delete","p":"scheduledEvent","pt":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":920,"wires":[[]]}]
I am interested to see if that improves matters.
Would you be willing to give this a go on one of your systems?