Skip to content

Commit

Permalink
GODRIVER-3444 Serverless does not apply to tailable awaitData cursors
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Feb 3, 2025
1 parent bdf5945 commit a6fbd2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"schemaVersion": "1.9",
"runOnRequirements": [
{
"minServerVersion": "4.4"
"minServerVersion": "4.4",
"serverless": "forbid"
}
],
"createEntities": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ schemaVersion: "1.9"

runOnRequirements:
- minServerVersion: "4.4"
serverless: forbid # Capped collections are not allowed for serverless.

createEntities:
- client:
Expand Down

0 comments on commit a6fbd2c

Please sign in to comment.