Skip to content

Commit

Permalink
Add diagnostics and reset functions for background tasks (#47)
Browse files Browse the repository at this point in the history
* Add diagnostics and reset functions for background tasks

* Update types for cancel jobs RPC

* use int64 for job id type

* buf generate

* Make job state and enum

* changeset
  • Loading branch information
JoshuaWilkes authored Mar 11, 2024
1 parent 1b887b3 commit 6ae9a07
Show file tree
Hide file tree
Showing 7 changed files with 1,083 additions and 134 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-hornets-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@common-fate/sdk": minor
---

Add CancelBackgroundJob and ListBackgroundJobs RPCs for managing background jobs.
Loading

0 comments on commit 6ae9a07

Please sign in to comment.