CHW-5702 WebhookCountFailed

failed to enumerate existing webhooks; retry shortly or check /healthz

Default message: failed to enumerate existing webhooks; retry shortly or check /healthz
HTTP status: 500 (server)

Problem. POST /api/webhooks returned 500 while enforcing the 5-per-user cap. Cause. The CountForUser DAL call failed before we could decide whether to accept or reject the create. Fix. Retry; the create is idempotent on the client side because no row is written when the count check errors. HTTP 500.