hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.42k stars 212 forks source link

[FEATURE]: Assign agent to supertask #1039

Closed kanevbg closed 4 months ago

kanevbg commented 7 months ago

Description

This would allow user to assign agent to super task and the agent will keep getting task after task until nothing to work on.

Reasoning: if I have a super task with 10 sub-tasks , each taking 1 hour currently I have to assign 10 times the agent once per hour. With the new feature I assign once to the super-task and the agent would work on all 10 sub-tasks, one by one.

s3inlc commented 6 months ago

As soon as a supertask has a priority >0, agents may get assigned to it and for all the subtasks having priority >0 the assignment will work automatically as well. So as long as you have priority >0 everywhere, no action from you is needed.