Skip to content
Snippets Groups Projects

Mention 'thin' concurrency issue

Closed Jacob Vosmaer (GitLab) requested to merge thin-concurrency into master
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -15,3 +15,8 @@ Unicorn is not compatible with Pry.
Then launch GDK as usual (e.g. with `gdk run`) and in a separate
terminal run: `gdk run thin`. Your Pry prompts will appear in the window
that runs Thin.
There is an [open
issue](https://gitlab.com/gitlab-org/gitlab-development-kit/issues/183)
about `gdk run thin` not allowing concurrent requests. This breaks
features like the web editor.
Loading