#Ah neat deactivate is a thing. I just

1 messages · Page 1 of 1 (latest)

sand flame
#

I think the python script is clean and doesn't have any leaky resources

tidal dirge
#

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 python to find out.
  • How much RAM usage each Python process is using.
sand flame
#

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