Skip to content

Commit

Permalink
Removing monitoring from submit job script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathleen Kiker committed Aug 16, 2021
1 parent d7213fb commit ffc8ab3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions submitTHORJob_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ def main():
job_id=args.uid,
job_completion_pubsub_topic=args.pubsub_topic,
)
taskqueue_client.monitor_job_status(manifest.job_id)
taskqueue_client.download_results(manifest, args.out_dir)


if __name__ == "__main__":
Expand Down
1 change: 0 additions & 1 deletion thor/taskqueue/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def launch_job(
"""
logger.info("launching new job")

job_id = str(uuid.uuid1())
logger.info("generated job ID: %s", job_id)

logger.info("uploading job inputs")
Expand Down

0 comments on commit ffc8ab3

Please sign in to comment.