Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-nico committed Feb 21, 2019
1 parent ebbf9fe commit cc26d8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,9 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a

## Change History

- v0.0.4 (2019-02-21)
- Feat: Supporting `maxConcurrentTasks` on the task definition level. For the task type `options.execution.maxConcurrentTasks` overwrites the global `maxConcurrentTasks` if it is lower than the global value.
To support this setting, custom persistence layer implementations have to process the new `excludeTasksWithNames` parameter of the `getNextPendingTask` and `getNextPollingTime` functions. See `PersistenceLayerBase` for details.
- v0.0.3 (2018-08-21)
- Feat: tracking if a task is taking too long
- Forwarding `TaskExecutionTakingTooLongError` to error monitoring when task execution surpasses `execution.completesWithin` duration
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pencil-pusher",
"version": "0.0.3",
"version": "0.0.4",
"description": "Pushing tasks and eventually workflows -> business process automation",
"main": "./index.js",
"scripts": {
Expand Down

0 comments on commit cc26d8f

Please sign in to comment.