Telesales — StringeeX daily
SUSPENDED3 consecutive missed windows — auto-suspended 2026-09-22 05:00 +07. Every bound metric is now not_reported: the tiles are stale, and none of them can render green. A project failing repeatedly is producing noise, so the failure state is made louder than the data — and resuming takes a human and a note, not a retry.
- Frequency
- Daily
- Push time
- 02:00
- Timezone
- Asia/Ho_Chi_Minh
- Grace window
- 12h
- Calendar
- business days
The fastest refresh cadence among the bound metrics is daily_t1. A frequency slower than that is refused at create time, not discovered at month-end — pushing monthly into a daily metric produces a tile that is stale 29 days out of 30 and nobody notices for a quarter.
awaiting ──push──► received ──validate──► accepted
│ └─► rejected ──replay──► received
├── push_time + grace exceeded ──► late ──push──► accepted (flagged late)
└── window closed, nothing arrived ──► missed`missed` sets every bound metric to not_reported. Not zero. Not the last value. This is the single line that makes push safe: in a pull design a failure is ours and we see it, in a push design the failure mode is silence, and silence is invisible without a clock that expected something.