19
Knowledge Entries
18
Categories
📤 Upload Transcript 📁 Browse Categories

Recent Entries

FakeTest-Concurrent-X-0
Concurrent X entry 90100
FakeTest-Concurrent-X-1
Concurrent X entry 90101
FakeTest-Concurrent-X-2
Concurrent X entry 90102
FakeTest-Concurrent-Y-0
Concurrent Y entry 90103
FakeTest-Concurrent-Y-1
Concurrent Y entry 90104
FakeTest-Concurrent-Y-2
Concurrent Y entry 90105
FakeTest-A1 Pre-deploy WMS smoke check
Run the health endpoint check: GET /api/health on the staging WMS. Verify response includes db_ok=true and queue_depth<100.
FakeTest-A2 Drain WMS connections
Set the WMS proxy's drain flag via POST /api/admin/drain. Wait 90s for in-flight requests to complete.
FakeTest-A3 Stop WMS service
Once drain reports zero active connections, run systemctl stop wms-api on each node in rolling fashion.
FakeTest-A4 Deploy new WMS bundle
Pull the new image: docker pull wms:vNNN. Then run docker compose up -d wms-api on each node.