mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
70 stars 5 forks source link

Resource processes #148

Closed bashirmindee closed 8 months ago

bashirmindee commented 1 year ago

Description

Use a process to run an ExecNode in addition to thread. Deprecate max_concurrency in favour of the new max_threads_concurrency argument. Introduce a new argument max_processes_concurrency

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: