Skip to content

Commit

Permalink
fix(Gorgone): fix proxy eating 100% cpu (#1605)
Browse files Browse the repository at this point in the history
* fix(Gorgone): Auto indent proxy/class.pm file
* doc(Gorgone): fix proxy module documentation

Refs:MON-130747
  • Loading branch information
Evan-Adam authored Aug 14, 2024
1 parent 718efa5 commit c29db73
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 137 deletions.
18 changes: 7 additions & 11 deletions gorgone/docs/modules/core/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ A SSH client library make routing to non-gorgoned nodes possible.

## Configuration

| Directive | Description | Default value |
|:----------|:----------------------------------------------------|:--------------|
| pool | Number of children to instantiate to process events | `5` |

| synchistory_time | Time in seconds between two log synchronisations | `60` |

| synchistory_timeout | Time in seconds before log synchronisation is considered timed out | `30` |

| ping | Time in seconds between two node pings | `60` |
| pong_discard_timeout | Time in seconds before a node is considered dead | `300` |
| Directive | Description | Default value |
|:---------------------|:-------------------------------------------------------------------|:---------------|
| pool | Number of children to instantiate to process events | `5` |
| synchistory_time | Time in seconds between two log synchronisations | `60` |
| synchistory_timeout | Time in seconds before log synchronisation is considered timed out | `30` |
| ping | Time in seconds between two node pings | `60` |
| pong_discard_timeout | Time in seconds before a ping is considered lost | `300` |

This part of the configuration is only used if some poller must connect with the pullwss module.



| Directive | Description | Default value |
|:--------------|:-----------------------------------------------------------------------------------------------|:--------------|
| httpserver | Array containing all the configuration below for a pullwss connection | no value. |
Expand Down
Loading

1 comment on commit c29db73

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 1 0 15 93.33 31m9.520164s

Failed Tests

Name Message ⏱️ Duration Suite
BENCH_1000STATUS AttributeError: 'NoneType' object has no attribute 'query_read_bytes' 85.043 s Bench

Please sign in to comment.