• Joined on 2023-08-07
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 17:02:13 +03:00
e7f4bb6a35 Fix status message formatting in check_logs function
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 00:22:28 +03:00
7ce0926d91 Enhance number formatting
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-12 00:11:17 +03:00
3f49993f6b Update idle detection threshold to 4 hours
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.