flowable / flowable/flowable-engine
The core-pool-size attribute doesn't work.
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
I use Flowable on spring boot.
application.properties configuration file
```
flowable.process.async-executor-activate=true
flowable.process.async.executor.core-pool-size=10
```
I think there are 10 threads, but there are actually only 2 threads.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.