question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Synchronous blocking transport support

See original GitHub issue

Is there any support to transport synchronously like HTTPTransport of raven (https://docs.sentry.io/clients/python/transports/#sync)? I could not find any support as far as I read code. I want to transport synchronously for AWS Batch. AWS Batch can not send any exceptions in asynchronous way because it stop as soon as it raises exceptions.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:8
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
DavidGReidcommented, Jan 28, 2020

We tried to use the Sentry SDK with our Google App Engine app, but ran into this issue. Is there any plan to support this?

2reactions
untitakercommented, Feb 12, 2019

tbh Python Anywhere is the only environment I am aware of that doesn’t support threads. Even AWS Lambda supports threads. If we find out that Google Cloud Functions or some other of those kind of platforms doesn’t have threads, the priorities might change.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Private Line Synchronous Service Transport (SST) | Lumen
Synchronous Service Transport (SST) is a two-point broadband, shared private line solution that provides you with a reliable high-capacity connection for ...
Read more >
Synchronization in non-blocking transports - Accellera Forums
Hello, I have two objects. One is a memory, and the second one is a generator. They are connected via a TLM socket....
Read more >
Asynchronous vs synchronous (non-blocking, concurrent vs ...
Synchronous means "at the same time", and synchronization is scheduling that blocks executions to wait for a dependency. Interdependent concurrent computations ...
Read more >
Error Unable to process a synchronous or non-blocking event ...
When using a flow-ref to call a flow that has it's processing strategy to be explicitly asynchronous from a synchronous flow will result...
Read more >
Chapter 4. Transports - Netty in Action - liveBook · Manning
OIO—blocking transport; NIO—asynchronous transport; ... at some point that you needed to support a great many more concurrent connections than expected.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found