Skip to content
Snippets Groups Projects
Commit 33686841 authored by Martin Mareš's avatar Martin Mareš
Browse files

Mule: Nelogujeme timer ticky, stejně tam je hláška od jobů

parent a3956f7d
Branches
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ try: ...@@ -168,7 +168,7 @@ try:
# Také při tom expirujeme zastaralé joby. # Také při tom expirujeme zastaralé joby.
@timer(config.JOB_GC_PERIOD, target='mule') @timer(config.JOB_GC_PERIOD, target='mule')
def mule_timer(signum): def mule_timer(signum):
app.logger.debug('Mule: Timer tick') # app.logger.debug('Mule: Timer tick')
with app.app_context(): with app.app_context():
mo.now = mo.util.get_now() mo.now = mo.util.get_now()
mo.jobs.process_jobs() mo.jobs.process_jobs()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment