Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement signal cancellation #1154

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Implement signal cancellation #1154

merged 2 commits into from
Jan 31, 2024

Conversation

brilee
Copy link
Contributor

@brilee brilee commented Jan 31, 2024

No description provided.

@brilee
Copy link
Contributor Author

brilee commented Jan 31, 2024

I triggered a cancel via the ipynb workflow - ll.start_server, trigger a new task, then call ll.tasks.get_task_manager().cancel_task(task_id)
Screenshot 2024-01-31 at 4 09 55 PM

@brilee
Copy link
Contributor Author

brilee commented Jan 31, 2024

missing frontend logic and a button that works

@brilee brilee merged commit 6220068 into main Jan 31, 2024
4 checks passed
@brilee brilee deleted the cancel_signal branch January 31, 2024 21:48
@@ -83,6 +83,7 @@
<div class="text-s flex flex-row">
<div class="mr-2">{task.name}</div>
</div>
<button>Cancel button</button>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this look like lol, should it just say Cancel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants