Skip to content

Commit

Permalink
feat: write concern for execution details
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Sep 1, 2023
1 parent d77eddd commit bc1eb74
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export class CreateExecutionDetails {
entity = this.cleanFromNulls(entity);

const { _id, createdAt } = await this.executionDetailsRepository.create(
entity
entity,
{ writeConcern: 1 }
);

if (command.status === ExecutionDetailsStatusEnum.FAILED) {
Expand Down

5 comments on commit bc1eb74

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.