The infra fleet was deployed one VM at a time, each blocking up to 90s waiting for its DHCP lease. Deploys now run concurrently through a ThreadPoolExecutor (default min(count, 4), promptable), with each job's output captured and printed per VM as it finishes (no interleaving). VMs are created with --no-wait-ip so workers return quickly; IPs are then collected once for the ~/.ssh/config step. Preferred over shelling out to GNU parallel: no external dependency, grouped output, and it stays integrated with the ssh-config and ERPLibre-clone steps. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| database_manager.py | ||
| kdbx_manager.py | ||
| logo_ascii.txt | ||
| README.base.md | ||
| README.fr.md | ||
| README.md | ||
| source_todo.sh | ||
| todo.json | ||
| todo.py | ||
| todo_example.json | ||
| todo_file_browser.py | ||
| todo_i18n.py | ||
| todo_upgrade.py | ||
| version_manager.py | ||
TODO is an assistant robot to use ERPLibre
Execute it with ./script/todo/todo.py or make todo.
For a new project, copy todo_example.json to private/todo/todo_override.json | private/todo/todo_override_private.json and edit it.