Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions engine/packages/pegboard/src/ops/runner_config/upsert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ pub async fn pegboard_runner_config_upsert(ctx: &OperationCtx, input: &Input) ->
.await?;

// We still have to write locally for listing
// TODO: non-transactional. Epoxy propose and the local UDB write can diverge if we crash or
// error between them.
ctx.udb()?
.run(|tx| {
let config = &config;
Expand Down
Loading