Skip to content

Commit

Permalink
Documentation edits made through Mintlify web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken committed Apr 17, 2024
1 parent fad32a7 commit a3abe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v3/queue-concurrency.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ export async function POST(request: Request) {
//every free user gets a queue with a concurrency limit of 1
name: "free-users",
concurrencyLimit: 1,
concurrencyKey: data.userId,
},
concurrencyKey: data.userId,
},
});

Expand Down

0 comments on commit a3abe4c

Please sign in to comment.