Commit | Line | Data |
---|---|---|
ba41d390 APA |
1 | --- |
2 | name: Bug report | |
3 | about: Create a report to help us improve | |
4 | title: BUG_ | |
5 | labels: '' | |
6 | assignees: '' | |
ba41d390 APA |
7 | --- |
8 | ||
9 | **Describe the bug** | |
10 | A clear and concise description of what the bug is. | |
11 | ||
0a44d12d S |
12 | **Steps to reproduce the behavior** |
13 | Steps to reproduce the behavior. | |
ba41d390 APA |
14 | |
15 | **Expected behavior** | |
16 | A clear and concise description of what you expected to happen. | |
17 | ||
18 | **Screenshots** | |
19 | If applicable, add screenshots to help explain your problem. | |
20 | ||
0a44d12d | 21 | **Info** |
c2a9d1e6 | 22 | |
0a44d12d S |
23 | | Tool | Version | |
24 | | --------- | ------------- | | |
25 | | Poolifier | v2.x.x | | |
26 | | Node | v12.x.x | | |
27 | | OS | win,linux,mac | | |
ba41d390 APA |
28 | |
29 | **Additional context** | |
c2a9d1e6 | 30 | |
0a44d12d S |
31 | - If you can please specify at least a draft of your worker (if it is an async function or not is also important) |
32 | - Indicate which pool type are you using (i.e. FixedThreadPool) and with which options (num of thread, and so on) |