Fixed
- Fixed stop all workers if MaxRetriesExceedException raised. Now only this worker will stop.
Added
- Added stop method. Now you can stop workers in runtime.
- Added ability to add workers in runtime.
- Added code examples how to manage workers via tarantool.
- Added ability for task to execute tarantool commands, if bind = True.
- Added reconnects and reconnect countdown options to tarantool processors.
- Added new SimpleProcessor. Use for simple tasks (not periodic)
- Added ability to set logger in ATP.
Changed
- Some name refactorings.
- Change processors code for better implementation.
- Change tarantool queue library. Old: aiotarantool_queue, new: asynctnt-queue