rmosolgo / rmosolgo/graphql-ruby

[pro] add batch request support for ably client

Open
#2,765 5 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
5.4k
Forks
1.4k
Avg merge
23h 19m
Merged PRs (30d)
28

Description

https://www.ably.io/documentation/rest-api/beta

this would be awesome to add - it didn't seem straightforward to me how to do this because of all the nested block calls, but right now our subscription workers are our slowest because they're sending these calls serially.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Ably REST API beta documentation and trace the subscription workers that currently send calls serially. Examine how the nested block calls are organized; done means the Ably client supports batch requests for this subscription work rather than issuing the calls one at a time.

Written by the indexing model from the issue text.

Assessment

Tech stack
graphql, ruby
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.