ns-mkusper / direct-play-nice

CLI utility to convert video files to direct-play formats
GNU General Public License v3.0
1 stars 0 forks source link

max concurrent processes #18

Open ns-mkusper opened 1 month ago

ns-mkusper commented 1 month ago

Since direct-play-nice can be used from sonarr, radarr, etc it's possible to spawn many more concurrent processes than we want. We should figure out a way to control the number of concurrent processes to only allow a configurable max number of them while still satisfying the *-arr post-processing flow (may be tricky as they depend on a success result).