Hi, I am using the lastest lts. My timer use to work.......now...no.
try:
from uwsgidecorators import *
@timer(60)
def load_redis(signum):
loadRedisDict()
except ImportError:
error = str(sys.exc_info())
What am i doing wrong? I am monitoring the log....the timer is not working.
Thanks
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
