Skip to content

Commit

Permalink
Made scheduler log when it has finished processing a tick
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Apr 18, 2012
1 parent 1150827 commit 4c4d68d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions horizons/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ def tick(self, tick_id):
pass # also the callback can be deleted by e.g. rem_call
del self.schedule[self.cur_tick]

self.log.debug("Scheduler: finished tick %s", self.cur_tick)

# run jobs added in the loop above
self._run_additional_jobs()

Expand Down

0 comments on commit 4c4d68d

Please sign in to comment.