-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for maximum amount of agents that should work on a supertask #813
Add support for maximum amount of agents that should work on a supertask #813
Conversation
Fixes #769 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curl http://127.0.0.1:8080/api/user.php -H "Content-Type: application/json" -X POST -d '{"section": "task", "request": "runPretask", "name": "API test", "hashlistId":1, "pretaskId":1, "crackerVersionId": 1, "accessKey": ""}'
Fails, because a taskwrapper object is not updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be an issue when updating the Max Agents value on the Supertasks page. After saving it redirects to the pretasks page and stays there instead of going back to the supertasks page, i.e. the |
Fixed the broken redirect. |
This is a continuation on #764. The maxAgents configuration for a super task limits the maximum cumulative amount of agents working on on the subtasks.