Skip to content

Commit

Permalink
fix: Conflict of trying to update the same field with both $set and $inc
Browse files Browse the repository at this point in the history
  • Loading branch information
karatugo committed Sep 26, 2024
1 parent f31260d commit 50ab3e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sumstats_service/resources/mongo_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def insert_or_update_metadata_yaml_request(
"$setOnInsert": {
"request_created": datetime.now(),
"globus_endpoint_id": globus_endpoint_id,
"attempts": 0,
},
}

Expand Down

0 comments on commit 50ab3e8

Please sign in to comment.