← back to Designer Wallcoverings
cadence: ENABLE Quadrille-house sample-only drip in hourly runner (export QUADRILLE_SAMPLEONLY_DRIP=1)
1a1a388ce91f2c02f1f4799ec989e8d6b3fcf111 · 2026-06-23 17:31:20 -0700 · Steve
1,936 net-new sample-only products join the metered round-robin at the normal pace (no burst).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M shopify/scripts/cadence/run-cadence-hourly.sh
Diff
commit 1a1a388ce91f2c02f1f4799ec989e8d6b3fcf111
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Jun 23 17:31:20 2026 -0700
cadence: ENABLE Quadrille-house sample-only drip in hourly runner (export QUADRILLE_SAMPLEONLY_DRIP=1)
1,936 net-new sample-only products join the metered round-robin at the normal pace (no burst).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
shopify/scripts/cadence/run-cadence-hourly.sh | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/shopify/scripts/cadence/run-cadence-hourly.sh b/shopify/scripts/cadence/run-cadence-hourly.sh
index 2c5b77fe..256bbb48 100755
--- a/shopify/scripts/cadence/run-cadence-hourly.sh
+++ b/shopify/scripts/cadence/run-cadence-hourly.sh
@@ -51,6 +51,11 @@ export $(grep -E "^SHOPIFY_ADMIN_TOKEN=" "$HOME/Projects/secrets-manager/.env" |
VPS="${VENDORS_PER_SLOT:-6}"
PER=$(( (MAXP + VPS - 1) / VPS )); [ "$PER" -lt 1 ] && PER=1
echo "spread: $VPS vendors × $PER skus (cap $MAXP)"
+# Quadrille-house SAMPLE-ONLY drip ENABLED (Steve 2026-06-23 "yes fix all → enable the drip").
+# Flips the 8 sampleOnly Quadrille-house vendors from 'sampleonly-drip-gated' to READY so they
+# join the normal round-robin and create $4.25 sample-only products at the metered pace (NO burst —
+# they share the same --max/budget cap as every cost vendor). ~1,936 net-new to drain over time.
+export QUADRILLE_SAMPLEONLY_DRIP=1
OUT=$(node scripts/cadence/cadence-import.js --slot "$SLOT" --vendors "$VPS" --skus "$PER" --max "$MAXP" --activate --commit 2>&1)
RC=$?
echo "$OUT"
← bdcb9ec1 cadence: roman-numeral title guard (II/III/IV…) + suppress f
·
back to Designer Wallcoverings
·
security: record vp-security progress on Gemini key rotation b21ae65b →