Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

Don't throw exceptions if indexDAO methods are unsupported for compatibility with SQS #219

Closed bjpirt closed 1 year ago

bjpirt commented 1 year ago

Pull Request type

Changes in this PR

When receiving messages from SQS and using a Postgres index, the unsupported exception caused it to fail. This just emits a warning and carries on to make it more compatible with other parts of Conductor

Re-opened because #197 was closed without being merged