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

Batch API docs #290

Merged
merged 10 commits into from
Oct 16, 2023
Merged

Conversation

akotlar
Copy link
Collaborator

@akotlar akotlar commented Oct 16, 2023

docs/batch_api.md Outdated Show resolved Hide resolved
Briefly, Beanstalkd is a simple pub-sub protocol that features persistence and which has the performance of Redis. However, unlike Redis, it has useful features that make it approprirate for a job queue:

- Exactly once delivery semantics: A message can be reserved by only a single beanstlakd client at a time.
- TTR: If a message is reserved for too long, it will be released back for further reservation, to guard against workers that lose connectivity
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you spell out TTR after the abbreviation?

docs/batch_api.md Outdated Show resolved Hide resolved
docs/batch_api.md Outdated Show resolved Hide resolved
docs/batch_api.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@cristinaetrv cristinaetrv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had a few grammar/typo suggestions, but overall lgtm!

akotlar and others added 7 commits October 15, 2023 22:16
Co-authored-by: cristinaetrv <24943967+cristinaetrv@users.noreply.github.com>
Co-authored-by: cristinaetrv <24943967+cristinaetrv@users.noreply.github.com>
Co-authored-by: cristinaetrv <24943967+cristinaetrv@users.noreply.github.com>
Co-authored-by: cristinaetrv <24943967+cristinaetrv@users.noreply.github.com>
Co-authored-by: cristinaetrv <24943967+cristinaetrv@users.noreply.github.com>
@akotlar akotlar changed the title [wip] Batch API docs Batch API docs Oct 16, 2023
@akotlar akotlar merged commit b41e014 into bystrogenomics:master Oct 16, 2023
2 checks passed
@akotlar akotlar deleted the feature/284_batch_api_docs branch October 16, 2023 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants