frtz13 / UPSPlus_mqtt

GNU General Public License v3.0
19 stars 6 forks source link

Multiple identical processes: python3 /home/pi/UPSPlus_MQTT/fanShutDownUps.py #22

Closed ArjenR49 closed 3 years ago

ArjenR49 commented 3 years ago

The script is started by launcher.sh in crontab as given in this Github project.

When I run htop, there are three exactly identical processes python3 /home/pi/UPSPlus_MQTT/fanShutDownUps.py all owned by pi, viz. 407, 650 and 4217 in this case: Schermafdruk van 2021-09-06 08-22-39 It strikes me as odd. Is it normal?

frtz13 commented 3 years ago

I think so. same here. tree-view (F5) shows one process with 2 dependent processes. one of these is the MQTT loop as it is created after the MQTT connection is established.