zzzteph / sheye

Opensource assets and vulnerability scanning tool

Home Page:https://shrewdeye.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modes for task scheduling

zzzteph opened this issue · comments

commented

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.