Skip to content

Commit

Permalink
Add a comment about countdown=5
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Dec 18, 2023
1 parent 72e364d commit e458c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-store-server/conda_store_server/server/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,8 @@ async def api_put_build_cancel(

from conda_store_server.worker import tasks

# Waits 5 seconds to ensure enough time for the task to actually be
# canceled
tasks.task_cleanup_builds.si(
build_ids=[build_id],
reason=f"""
Expand Down

0 comments on commit e458c14

Please sign in to comment.