* Activity worker will release the semaphore when `send_task_success` raises a client error
1.1.2
1.1.1
1.1.0
When instantiating the `ActivityWorker` you can now specify `worker_count=` to specify how many workers you would like to have running in parallel when using `ActivityWorker.listen()`.
Default is `worker_count=1`.
1.0.0
The first release!
This initial release completely encapsulates all the work that goes into communicating with the StepFunctions API; all you need to do is provide a function that takes task input and returns task output!