Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small docs enhancement for 424 error #175

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,14 @@ If the task contains recipients (`to` field, see [Beam Task](#task)) with invali

```
HTTP/1.1 424 Failed Dependency
Content-Length: 17
Server: Samply.Beam.Proxy/0.7.0-b1ca2ed-SNAPSHOT
Content-Length: 34
Date: Thu, 28 Sep 2023 07:16:24 GMT

["proxy4.broker"]
["proxy4.broker", "proxy6.broker"]
```

In this case, remove or correct these BeamIDs from the `to` field of your task and re-send.

### Retrieve tasks

Workers regularly call this endpoint to retrieve submitted tasks.
Expand Down
Loading