Like throttle, but tracks the last firing independently per key —
different keys never throttle each other. Use for de-duplicating repeated
error/warning logs by message identity. When the throttle fires, args from
the most recent call for that key are passed through alongside callCount.
Like
throttle, but tracks the last firing independently perkey— different keys never throttle each other. Use for de-duplicating repeated error/warning logs by message identity. When the throttle fires, args from the most recent call for that key are passed through alongsidecallCount.