Skip to content

Commit

Permalink
...you have to actually register the saga actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 21, 2024
1 parent 6ef0ab4 commit d7e73ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus/src/app/sagas/instance_update/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ impl NexusSaga for SagaInstanceUpdate {
start_instance_update_register_actions(registry);
super::SagaDoActualInstanceUpdate::register_actions(registry);
super::destroyed::SagaVmmDestroyed::register_actions(registry);
super::migration::SagaMigrationUpdate::register_actions(registry);
}

fn make_saga_dag(
Expand Down

0 comments on commit d7e73ed

Please sign in to comment.