dolittle / Runtime

Runtime for Dolittle
https://dolittle.io
MIT License
14 stars 10 forks source link

Fix a bug where the retry processing attempts could be uint max #721

Closed woksin closed 1 year ago

woksin commented 1 year ago

Summary

Fixes a bug in the partitioned stream processing that could cause partitioned event handlers that were failing to be called with big retry processing attempts number which would in turn cause the SDK to wait for the maximum amount of time (usually 1 minute)

Fixed