Skip to content

Commit

Permalink
[BugFix] Fix auto cancel script (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Oct 6, 2023
1 parent a0edb0a commit d40e115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/monitoring/run_auto_cancel_submissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi
export AUTH_TOKEN=${auth_token};
export API_HOST_URL=${api_host_url};

/home/ubuntu/venv/bin/python ${path}/scripts/monitoring/auto_stop_workers.py
/home/ubuntu/venv/bin/python ${path}/scripts/monitoring/auto_cancel_submissions.py

0 comments on commit d40e115

Please sign in to comment.