Skip to content

Commit

Permalink
add waiting in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-windsors committed Oct 29, 2024
1 parent 1aab315 commit 8eb5d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/job-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: runner
image: gladospipeline/glados-runner:main
image: gladospipeline/glados-runner:development
imagePullPolicy: Always
command: []
env:
Expand Down
1 change: 1 addition & 0 deletions apps/runner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def main(experiment_data: str):

if _check_request_integrity(experiment_data):
run_batch_and_catch_exceptions(json.loads(experiment_data))
time.sleep(50000)
return

syslogger.error("Received malformed experiment request: %s", experiment_data)
Expand Down

0 comments on commit 8eb5d98

Please sign in to comment.