From 557aa0fcbb17f7ede2daaeff03200960868fd3cf Mon Sep 17 00:00:00 2001 From: Betty Date: Wed, 24 Jun 2026 00:08:53 +0200 Subject: [PATCH] post: commit e3091fc in bojemoi --- .../commits/2026-06-24-commit-e3091fc.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-06-24-commit-e3091fc.md diff --git a/content/posts/commits/2026-06-24-commit-e3091fc.md b/content/posts/commits/2026-06-24-commit-e3091fc.md new file mode 100644 index 0000000..7181deb --- /dev/null +++ b/content/posts/commits/2026-06-24-commit-e3091fc.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] feat(uzi): consommateur queue pentest:uzi_queue (remplace pick_next_host)" +date: 2026-06-24T00:08:53+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit e3091fc par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `e3091fc` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `e3091fc6faaf4a1351414858d21c9baf3f291294` | + + +### Description + +Remplace le while True: pick_next_host() par un BRPOP sur +pentest:uzi_queue. UZI est maintenant piloté par l'orchestrateur. +pick_next_host() est conservée mais n'est plus appelée. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M borodino/thearm_uzi +``` + +### Diff Summary + +``` + borodino/thearm_uzi | 18 ++++++++++++------ + 1 file changed, 12 insertions(+), 6 deletions(-) +```