Mike Schiller
Mike Schiller
Is there a way to work around this for background tasks as well? The workaround functions for me when the exception occurs in my endpoint's code. But if the endpoint...
Thanks @adriangb. I'll check that out. For the moment I implemented a decorator that I apply to all my background tasks to wrap them in try/except with logging.
We have a similar use case with regions, platforms deployed in regions, and then apps deployed on those platforms. I hadn't thought of @cstavro 's approach, but will see if...