I tried the commandos from your post https://community.openhab.org/t/why-have-my-rules-stopped-running-why-thread-sleep-is-a-bad-idea/47695/12?u=biker
openhab> shell:threads --list |grep "RuleEngine" |wc -l
1
openhab> shell:threads --list |grep "safeCall" |wc -l
1
openhab> shell:threads --list |grep "discovery" |wc -l
5
openhab> shell:threads --list |grep "thingHandler" |wc -l
1
openhab>
Is there something abnormal?