secretary 0.2.0
secretary: ^0.2.0 copied to clipboard
A sophisticated tool for managing queues of asynchronous tasks, with a stream interface, strong typing and lots of helpful options.
0.2.0 #
- Recurring tasks.
TaskOverrides
data class instead of tons of parameters inSecretary.add()
.RetryPolicy
is nowQueuePolicy
.
0.1.2 #
- More tests.
- More documentation.
- More Validator and RetryTest helpers.
0.1.1 #
- More documentation.
failureStream
andretryStream
helpers.- Fixed a bug with cleaning up failed tasks.
0.1.0 #
- Initial release.