mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-08 04:17:58 +02:00
Document RabbitMQ monitoring and refine dispatcher filtering
This commit is contained in:
@@ -158,6 +158,10 @@ class Dispatcher:
|
||||
LOGGER.debug("Skipping key without project/category: %s", key)
|
||||
continue
|
||||
project_id, category = key_parts[0], key_parts[1]
|
||||
filename = key_parts[-1]
|
||||
if filename.startswith("tmp") and "." not in filename:
|
||||
LOGGER.debug("Skipping temporary upload key: %s", key)
|
||||
continue
|
||||
dataset_suffix = self.category_map.get(category)
|
||||
if not dataset_suffix:
|
||||
LOGGER.debug("Ignoring category %s for %s", category, key)
|
||||
|
||||
Reference in New Issue
Block a user