Commit a14c9ce4 by Bach Dániel

fixes #126

parent bfd72e0b
......@@ -8,5 +8,5 @@ class Job(QuarterHourlyJob):
def execute(self):
stat = json.loads(subprocess.check_output(['/opt/webadmin/cloud/miscellaneous/stat/stat_wrap.sh']))
cache.set('cloud_stat', stat)
cache.set('cloud_stat', stat, 20*60)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment