Skip to content

Commit

Permalink
Set type on CACHE_TIMEOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed May 4, 2019
1 parent 8057bf2 commit 236c026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxycloudrunner/runners/cl_pulsar_burst.py
Expand Up @@ -7,7 +7,7 @@
from galaxy.jobs.mapper import JobNotReadyException


CACHE_TIMEOUT = os.environ.get('CLOUDLAUNCH_QUERY_CACHE_PERIOD', 300)
CACHE_TIMEOUT = int(os.environ.get('CLOUDLAUNCH_QUERY_CACHE_PERIOD', 300))

# Global variable for tracking round-robin index
current_server_index = 0
Expand Down

0 comments on commit 236c026

Please sign in to comment.