Skip to content

Commit

Permalink
update lw jobs version (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
marjo-luc authored Jun 17, 2024
1 parent 56c1b57 commit 8ba4cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def str2bool(v):
GRQ_URL = os.getenv('GRQ_URL', 'http://[GRQ_IP]:8878/api/v0.1') # new from sister
DEFAULT_QUEUE = os.getenv('DEFAULT_QUEUE', 'test-job_worker-large')
LW_QUEUE = os.getenv('LW_QUEUE', 'system-jobs-queue')
HYSDS_LW_VERSION = os.getenv('HYSDS_LW_VERSION', 'v0.0.5')
HYSDS_LW_VERSION = os.getenv('HYSDS_LW_VERSION', 'v1.2.2')
GRQ_REST_URL = os.getenv('GRQ_REST_URL', 'http://[GRQ_IP]/api/v0.1')
S3_CODE_BUCKET = os.getenv('S3_CODE_BUCKET', 's3://[S3_BUCKET_NAME]')
DPS_MACHINE_TOKEN = os.getenv('DPS_MACHINE_TOKEN', '')
Expand Down

0 comments on commit 8ba4cc1

Please sign in to comment.