Skip to content

Commit c35b0c1

Browse files
master clarity max_parallelism description
Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
1 parent cbda2bf commit c35b0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/materialization/contrib/bytewax/bytewax_materialization_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class BytewaxMaterializationEngineConfig(FeastConfigBaseModel):
7171
""" (optional) additional labels to append to kubernetes objects """
7272

7373
max_parallelism: int = 10
74-
""" (optional) Maximum number of pods allowed to run in parallel per job"""
74+
""" (optional) Maximum number of pods allowed to run in parallel"""
7575

7676
synchronous: bool = False
7777
""" (optional) If true, wait for materialization for one feature to complete before moving to the next """

0 commit comments

Comments
 (0)