#Ah neat deactivate is a thing. I just
1 messages · Page 1 of 1 (latest)
should I share the weather.py code?
I think the python script is clean and doesn't have any leaky resources
Nah it's fine. Some things to check:
- How many Python processes (especially running weather.py) are running at the time. IIRC is
ps -ef | grep pythonto find out. - How much RAM usage each Python process is using.
🤔
it seems like the crontab was running multiple jobs at the same time because when I checked the syslog I saw multiple of those scheduled shell scripts running at the same time, but their schduled time was set so that they never collide