tagtime / TagTime

Stochastic Time Tracking for Space Cadets
http://tagti.me
Other
367 stars 51 forks source link

Too many processes running after suspend/sleep #85

Open daniel-barrows opened 4 years ago

daniel-barrows commented 4 years ago

When I wake my computer after putting it into suspend or sleep state, it is very sluggish. Running htop, I see that there are about 150 processes of invoking perl tagtime/launch.pl.

I'm running tagtime from the GitHub master branch on Lubuntu 18.04.3.

dreeves commented 4 years ago

That doesn't sound good. Are you cronning launch.pl? What I do is start tagtimed.pl (the TagTime daemon) whenever I first boot my computer. It would be great to have a better solution to this that involves neither a manual step nor cronning lots of launch processes on top of each other.