Skip to content

Commit

Permalink
doc: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Sep 30, 2023
1 parent 52690de commit a0b8400
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ The proxy will validate the function and the arguments and will return the resul

The Worker API is accessible at the `/queue/:queueName/process/:concurrency` endpoint. It allows you start consuming jobs from a queue with the specified concurrency. As soon as the websocket connection is stablished, the proxy will start sending websocket messages with the jobs that are supposed to be processed by this client and send a message back to the proxy with the result of the job.

Note that the worker needs to acknowledge the job so that the proxy can assume the job has started to be processed by the worker.

```typescript
interface WorkerPayload {
type: "process";
Expand Down

0 comments on commit a0b8400

Please sign in to comment.