Skip to content

Commit

Permalink
master clarity max_parallelism description
Browse files Browse the repository at this point in the history
Signed-off-by: James Crabtree <james.crabtree@sailpoint.com>
  • Loading branch information
james-crabtree-sp committed Oct 23, 2023
1 parent cbda2bf commit c35b0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class BytewaxMaterializationEngineConfig(FeastConfigBaseModel):
""" (optional) additional labels to append to kubernetes objects """

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

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

0 comments on commit c35b0c1

Please sign in to comment.