glebsa8

Results 4 comments of glebsa8

As a w/a you can use `requests` transport, it is better than just disable SSL validation: ```python from raven.transport.threaded_requests import ThreadedRequestsHTTPTransport client = raven.Client(transport=ThreadedRequestsHTTPTransport) ```

@HenryCaiHaiying thank you for the answer, but I still can't get, why `` is in the convention while I can see that this offset is the first offset that contains...

🤔 I see, you're right, exception escaping is hard to prevent here. Probably, some kind of watchdog for dead threads might be more suitable solution.

The situation worsened, probably because quantity of validator nodes on the network fluctuates around 400, which means the node will sometimes submits full amount, sometimes half and loses cycles in...