Skip to content

Commit

Permalink
Set start_time to system time when Tango is started
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatish committed Sep 20, 2015
1 parent e6edf70 commit f736923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

import logging
import time

# Config - defines

Expand Down Expand Up @@ -111,7 +112,7 @@ class Config:
######
# Part 3: Runtime info that you can retrieve using the /info route
#
start_time = 0
start_time = time.time()
job_requests = 0
job_retries = 0
waitvm_timeouts = 0
Expand Down

0 comments on commit f736923

Please sign in to comment.