• Joined on 2023-08-07
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 00:09:50 +03:00
ed2229b139 Fix status message
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 00:09:08 +03:00
79e7e1a89b Refactor status message
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 00:05:27 +03:00
a19b22f2c0 Log enhancement
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 00:02:42 +03:00
25dcd27c69 Refactor check_log
dcd3a62e3d rename
Compare 2 commits »
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-11 01:30:07 +03:00
de8757d59f Implement conditional reboot
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-11 01:21:04 +03:00
4e1804bb06 Update state file and grist data file paths in checker.py
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-11 01:07:58 +03:00
e1af79bac9 enhance health check
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-02 03:12:34 +03:00
20a4e9cfd4 Update projects/hello-world/container/config.json
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-01 16:02:29 +03:00
a80854253a Update state file path
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-03-31 01:13:54 +03:00
1b7795f038 Update projects/hello-world/container/config.json
6495b95c8d Add state management
Compare 2 commits »
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-03-26 23:49:39 +03:00
8394a032d5 Update projects/hello-world/container/config.json
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 23:55:32 +03:00
63e27f31ac Remove grpc-balancer.py and update deployment configuration
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 19:32:21 +03:00
64d57407e0 Refactor grpc-balancer to use Gunicorn and update playbook.yml for deployment
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 19:21:16 +03:00
e40e14dea5 Add SSL support to grpc-balancer and update playbook for certificate management
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 18:57:04 +03:00
b988582553 Refactor grpcbalancer setup in playbook.yml and remove legacy files. Replaced shell commands with Ansible copy module for grpcbalancer service file creation and enabled the service using systemd. Deleted grpc-balancer.py and grpc-balancer.service files as part of the cleanup process, streamlining the deployment configuration.
22ce6c07c3 Refactor check_logs function in checker.py to improve log output. Moved the subscription ID logging to ensure it is always checked and logged before returning the status, enhancing clarity in the synchronization status reporting.
Compare 2 commits »
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.