Skip to content

Commit

Permalink
Added log info for using web.delete()
Browse files Browse the repository at this point in the history
  • Loading branch information
tomflexcompute authored and tylerflex committed Jul 10, 2023
1 parent bdee52e commit 5fdbb9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tidy3d/web/webapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@ def monitor_preprocess() -> None:

# verbose case, update progressbar
console.log("running solver")
console.log(
"To cancel the simulation, use 'web.delete(task_id)' or delete the task in the web"
" UI. Terminating the Python script will not stop the job running on the cloud."
)
with Progress(console=console) as progress:

pbar_pd = progress.add_task("% done", total=100)
Expand Down

0 comments on commit 5fdbb9e

Please sign in to comment.