• Joined on 2023-08-07
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 12:19:07 +03:00
7d5889553d Update playbook.yml to reduce RestartSec from 1800 to 600 for improved service responsiveness
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 12:08:11 +03:00
34776214d6 Downgrade Docker image version in docker-compose.yaml from 1.4.0 to 1.2.0 to revert to a previous stable release.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 12:00:24 +03:00
0cc12c5446 Update Docker image version in docker-compose.yaml from 1.2.0 to 1.4.0 for improved functionality and performance.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:56:05 +03:00
57c8b81c13 Add format_number function to checker.py for improved subscription ID formatting
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:54:52 +03:00
382a910856 Enhance check_logs function in checker.py to capture and log head subscription ID. Added logic to extract "head sub id" from logs and return it in the status message, improving clarity in subscription state reporting. This update complements existing functionality for tracking last subscription ID, ensuring comprehensive log analysis.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:51:04 +03:00
a0d2e74115 Update check_logs function in checker.py to modify subscription status reporting. Changed the return message from "Subscription" to "Sync" for improved clarity in log analysis. This adjustment enhances the understanding of the subscription state in the context of log processing.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:42:59 +03:00
c1f23386b5 Refactor check_logs function in checker.py to improve logging and subscription status reporting. Renamed parameter from log_handler to logger for clarity. Added logging for cases where no subscription is found, enhancing the visibility of log analysis outcomes.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:42:18 +03:00
e5a0eef020 Enhance check_logs function in checker.py to capture last subscription ID from logs. Added logic to identify and return the most recent subscription ID when "Ignored subscription creation" messages are detected. This improves the clarity of log analysis by providing specific subscription status, while maintaining the existing error handling for Docker log retrieval.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:40:49 +03:00
c95fce1b69 Add clean_ansi function to checker.py for log processing
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:38:30 +03:00
cd119be631 Update check_logs function in checker.py to suppress color output in docker logs retrieval. This change enhances log readability by ensuring that the output is plain text, improving clarity for subsequent log analysis.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:37:32 +03:00
a5a27829de Refactor check_logs function in checker.py to simplify log handling. Removed subscription message detection logic and replaced it with a basic line printing mechanism. The function now returns a default status of "Idle", streamlining the process and reducing complexity in log analysis.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:35:01 +03:00
246e073092 Update subscription pattern in check_logs function of checker.py to improve error message handling. Enhanced regex to capture error types more accurately, ensuring whitespace is stripped from error messages. This change refines log analysis and improves clarity in health check reporting.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:34:20 +03:00
43dbcd0a17 Refactor check_logs function in checker.py to enhance subscription message handling. Updated regex to capture error types alongside subscription IDs, improving log analysis. Added logging for cases with no matches and refined status messages based on error type, enhancing clarity in health check reporting.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:32:57 +03:00
c062ad8e66 Enhance package management in checker.py by implementing version control for required packages. Added warnings filter to suppress warning messages. The script now checks for specific package versions and installs them accordingly, improving dependency management and ensuring compatibility. This change enhances the robustness of the environment setup for the checker process.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:31:56 +03:00
da56ef57f0 Comment out random sleep functionality in checker.py to simplify execution flow. This change removes unnecessary delays, enhancing the responsiveness of the checker process while maintaining existing logging and error handling mechanisms.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:29:52 +03:00
b89e6c20ce Refactor self_update function in checker.py to accept a logger parameter for improved logging. This change enhances the update process by providing consistent logging messages for update checks, successes, and errors, thereby improving the clarity and maintainability of the script's update functionality.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 11:11:43 +03:00
b93e5f890a Refactor check_logs function in checker.py to improve subscription message detection. Changed from single match to iterating over all matches, allowing retrieval of the last subscription ID found in logs. Updated logging to reflect the last subscription message or indicate absence, enhancing clarity in log analysis.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 09:54:52 +03:00
625a8f71ae Update subscription pattern in check_logs function of checker.py to include a wildcard for error messages. This change enhances the regex matching for subscription completion, improving the accuracy of log analysis in health checks.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 09:48:59 +03:00
8acb4768e3 Reduce random sleep duration in checker.py from 10 minutes to 1 minute to improve responsiveness of the checker process. This change enhances the overall efficiency of the health check execution.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 09:45:21 +03:00
b9d966ff90 Update check_logs function in checker.py to retrieve logs from the 'infernet-node' container instead of using 'docker compose'. This change improves log retrieval efficiency by reducing the time window from 2 hours to 10 minutes, while also updating error handling to reflect the new command. Enhances clarity in log management for health checks.