zzzteph / sheye

Opensource assets and vulnerability scanning tool
https://shrewdeye.app
146 stars 36 forks source link

Modes for task scheduling #8

Open zzzteph opened 1 year ago

zzzteph commented 1 year ago

Users may choose how their tasks will be executed:

  1. First tasks will be executed first. (current mode)

Project 1 has 1000 tasks, P2 - 2000. P2 will wait until all tasks from P1 are executed.

  1. Share workers between projects.

P1 and P2 tasks are sent for execution at one time.