- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 101
CrackQ Queuing System Explained
f0cker edited this page Nov 10, 2020
·
15 revisions
CrackQ uses Redis for queuing, there are currently 3 queues:
- default - This is the main queue which you see in the GUI.
- speed_check - This is a hidden queue which runs as soon as a job is added to the main queue. It triggers a pause operation in the main queue while it performs a *show* check and a *speed_only* check.
- reports - This queue handles the processing of a password analysis report request.
Further Notes