podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Rework SWODLR Error Handling to Gracefully Handle Top Level Exceptions #131

Closed joshgarde closed 1 month ago

joshgarde commented 2 months ago

Current SWODLR error handlers will gracefully handle exceptions that occur within the lambda_handler functions, but they will fail to handle exceptions at the top level (eg when failures occur in top level code of the modules). swodlr-common-py should be updated to both handle these errors and perform proper notifications when they occur