• Joined on 2023-08-07
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 13:34:02 +03:00
834ddb4438 Fix log status message in checker.py to return head_sub_id directly instead of formatted number. This change improves clarity in log output.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 13:24:08 +03:00
7e8587660d Refactor config.json to enhance snapshot synchronization settings. Moved snapshot_sync parameters to a new location, ensuring clarity and organization. This change maintains the same values for sleep, batch_size, starting_sub_id, and sync_period, improving overall configuration structure.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 12:59:57 +03:00
6b431823f5 Refactor config.json to enhance snapshot synchronization settings and remove Docker credentials. Updated snapshot_sync parameters: increased sleep time to 3 seconds, adjusted batch_size to 800, changed starting_sub_id to 210000, and extended sync_period to 30 seconds for improved performance.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 10:49:11 +03:00
82e6047e86 Comment out the apt update and upgrade steps in playbook.yml to prevent unnecessary package updates during execution, streamlining the playbook's operation.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 09:43:14 +03:00
15f277057e Comment out Docker login and credential removal steps in playbook.yml for security reasons, ensuring sensitive information is not exposed in the playbook.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 09:42:46 +03:00
04d44aeadf Update playbook.yml to configure Docker daemon for journald logging and add registry mirrors. This change enhances logging capabilities and allows for the use of a custom Docker registry.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 19:29:42 +03:00
b006ea31b0 Refactor playbook.yml to improve contract deployment and execution handling. Added asynchronous execution with polling for contract deployment and call commands, ensuring successful completion checks. Updated shell command execution to use /bin/bash for consistency.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 18:09:15 +03:00
04efc25a48 Add Docker pull command for hello-world image in playbook.yml
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 17:51:57 +03:00
cccbc07db1 Update docker-compose.yaml and config.json for improved performance and configuration adjustments
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.