- Tests for py3.6 replaced with tests for py3.7 - Added support for custom visibility_timeout on queue creation
Added
- Issue warning if async tasks are called synchronously. This is usually not what you had in mind - Added support for _delay_seconds argument in add_job and delay methods
0.3.0
Added
- Added support for shutdown policies - Added support for setting message_retention_period on queue creation
0.2.3
Added
- Added method drain_queue() to clean up the queue in tests
0.2.2
Fixed
- Fixed python2-specific issue of visibility timeout being a float number
0.2.1
Added
- Add support for testing with localstack: http://github.com/localstack/localstack - Add argument validation and and proper binding on .delay() calls
0.2.0
Added
- Support for different backoff policies - Support for RedrivePolicy - CHANGELOG