clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Implementation of proper error handling in Postgres connector #55

Open kartikay101 opened 4 years ago

kartikay101 commented 4 years ago

In the current implementation of Postgres connector, the errors have not been handled properly. It requires implementation of proper error handling so that errors can be logged and sent back to the user.

sivachandran commented 3 years ago

I see PR #76 already merged. Is there anything else pending?