Release Note (3.22.1
)
Release time: 2023-10-06 13:52:45
This release contains 1 bug fix.
🐞 Bug Fixes
Fix timeout issue with dynamic batching (#6071)
When using dynamic batching (either with the @dynamic_batching
decorator on an Executor
endpoint or by setting the uses_dynamic_batching
parameter on a Deployment
, timeouts were not being properly taken into account because the timer might not be triggered until a previous batch finished. This has been fixed.
🤟 Contributors
We would like to thank all contributors to this release:
- Joan Fontanals (@JoanFM )