Skip to content

Commit

Permalink
Add variable descriptions that limit the number of concurrent threads (
Browse files Browse the repository at this point in the history
  • Loading branch information
plpycoin authored Nov 29, 2024
1 parent bbd54bc commit e8de002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/operators/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ The transform function should return True for items to keep and False for items
| drop_keys | List of keys to remove from output (code_map only) | None |
| reduce_key | Key(s) to group by (code_reduce only) | "_all" |
| pass_through | Pass through unmodified keys from first item in group (code_reduce only) | false |
| concurrent_thread_count | The number of threads to start | the number of logical CPU cores (os.cpu_count()) |

0 comments on commit e8de002

Please sign in to comment.