Skip to content

Parallel execution on single machine? #3620

Answered by catherinewu
liezl200 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @liezl200 👋 thanks for asking and sorry this isn't more discoverable in our docs! Yes, it's easy to run solids in parallel. All that's needed is to add this snippet to your run configuration (feel free to change the number 4):

execution:
  multiprocess:
    config:
      max_concurrent: 4

Please let me know if that's what you're looking for!

docs: https://docs.dagster.io/_apidocs/execution#dagster.multiprocess_executor

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@sryza
Comment options

@catherinewu
Comment options

Answer selected by yuhan
Comment options

You must be logged in to vote
1 reply
@alangenfeld
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants