You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.rst
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,17 @@ Optional settings
57
57
Set this to a module that implements the ``Sentry.EventFilter`` behaviour if you would like to prevent
58
58
certain exceptions from being sent. See below for further documentation.
59
59
60
+
.. describe:: hackney_pool_max_connections
61
+
62
+
Number of connections for Sentry's hackney pool. This defaults to 50.
63
+
64
+
.. describe:: hackney_pool_timeout
65
+
66
+
Timeout for Sentry's hackney pool. This defaults to 5000 milliseconds.
67
+
60
68
.. describe:: hackney_opts
61
69
62
-
Sentry uses `hackney <https://github.com/benoitc/hackney>`_. If you would like to set `options <https://github.com/benoitc/hackney/blob/master/doc/hackney.md#request5>`_ for hackney requests, they can be provided via this configuration.
70
+
Sentry starts its own hackney pool named ``:sentry_pool``, and defaults to using it. Hackney's ``pool`` configuration as well others like proxy or response timeout can be set through this configuration as it is passed directly to hackney when making a request.
0 commit comments