Skip to content

Commit

Permalink
Fix cancellation/killing of scheduled invocations.
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Nov 21, 2024
1 parent 3d25ee9 commit efd084b
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 141 deletions.
2 changes: 1 addition & 1 deletion crates/storage-api/src/timer_table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl TimerKey {
}
}

fn neo_invoke(timestamp: u64, invocation_uuid: InvocationUuid) -> Self {
pub fn neo_invoke(timestamp: u64, invocation_uuid: InvocationUuid) -> Self {
TimerKey {
timestamp,
kind: TimerKeyKind::NeoInvoke { invocation_uuid },
Expand Down
Loading

0 comments on commit efd084b

Please sign in to comment.