Releases: piercus/step-function-worker
Releases · piercus/step-function-worker
v3.0.0
Infinite parallel tasks
- 2 different concurency parameters
- taskConcurrency (
null
(infinity) by default) will manage the number of concurrent tasks - poolConcurrency (1 by default) will manage the number of parallel poolers
- taskConcurrency (
- Possible to have as many parallel tasks as needed
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2018-10-24)
Bug Fixes
- change repository.url (cfdc66b)
- remaining Async function in tests are replaced by pure promise() from aws sdk (f39bbc1)
- rm bluebird from test utils (174eab7)
- rm bluebird from test utils (4708cf7)
- rm vows dep (6d5161b)
- travis (6ac4503)
Features
- check that regions are macthing between AWS and activity ARN (f7667fd)
BREAKING CHANGES
- activityArn must be explictly defined