Commit graph

4 commits

Author SHA1 Message Date
Nobuyoshi Nakada
67be453d9d [rubygems/rubygems] Set thread configurations inside block in the thread local manner
965e54b8f1
2023-07-30 01:37:43 +00:00
ko1
bcf823fddb Revert "[rubygems/rubygems] Set thread configurations inside block"
This reverts commit db80e947a3.

This patch uses `Thread.abort_on_exception = true` and it affects
all of threads. This is why CI systems fails.

How to modify:

- use `thread.abort_on_exception = true` for specific threads
- Run this code in a separated process
2023-07-29 07:39:10 +09:00
Jenny Shen
db80e947a3 [rubygems/rubygems] Set thread configurations inside block
860b145359
2023-07-28 16:08:10 +00:00
Jenny Shen
108cc38a76 [rubygems/rubygems] Extract polling logic into its own class
218b83abed
2023-07-28 16:08:07 +00:00