Skip to content

Commit 839d60b

Browse files
authored
update(ruby troubleshooting): add info about the Cloudflare JS challenge causing tests to hang (#237)
1 parent 18795a7 commit 839d60b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus/docs/ruby/troubleshooting.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ Some users reported frozen CI nodes with:
9090

9191
- Recursive loop in the code base. Check if you have hidden loops that could happen when an exception happens. For example, investigate nested `rescue` blocks. You can use the following [backtrace debugging suggestions](troubleshooting.mdx#why-does-the-ci-node-hang-backtrace-debugging) to find it.
9292

93+
- Cloudflare JS challenge blocking external requests during tests if your CI runs from outside the allowed regions.
94+
9395
### Why does the CI node hang? (backtrace debugging)
9496

9597
Knapsack Pro would print Ruby threads to the output when tests freeze and CI node timeouts (the Ruby process is killed by a CI provider).

0 commit comments

Comments
 (0)