Shopify / Shopify/shipit-engine

Pubsubstub improvment

Open
#496 12 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Ruby
Stars
1.5k
Forks
154
Avg merge
2h 26m
Merged PRs (30d)
3

Description

Currently Pubsubstub cause a bunch of minor but annoying issues.

  • Any other server than thin will run it in "degraded" mode
  • Even with thin, you have to force reload (closing open connections), otherwise SSE connections will never timeout

I discussed this a bit with @gmalette, and we think it would be valuable to be able to run it in an external process. That way force reloading it is not an issue.

The default would still be to run it inline though.

Contributor guide

No contributing guide indexed for this repository

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 by locating Pubsubstub and its current Thin/server and SSE integration. Determine how an external process can be selected while preserving inline execution as the default, then verify that force reloads are unnecessary and SSE connections still time out correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
backend, devops
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.