Open Issues Need Help
View All on GitHubAI Summary: The task involves modifying the logging level of a message within the `get_stats` function of the sosw project. Specifically, the message "Updated Processor stats..." used during recursive updates should be changed to use the debug logging level instead of its current level. This requires familiarity with Python logging and the sosw codebase.
Serverless Orchestrator of Serverless Workers for AWS - Worker
AI Summary: Enhance the `validate_datetime_from_something()` function to support datetime strings containing the 'T' separator, such as '2025-07-16T11:21:02' and variations with milliseconds and timezone offsets.
Serverless Orchestrator of Serverless Workers for AWS - Worker
AI Summary: Enhance the `recursive_matches_extract` function in the sosw project to optionally attempt JSON deserialization of nested string fields. This involves adding a parameter to control this behavior and potentially creating an alias, `recursive_extract`. The task requires familiarity with Python, JSON handling, and the existing sosw codebase.
Serverless Orchestrator of Serverless Workers for AWS - Worker