Stable cooldown identity for a subscriber block, surviving redeploys.
(subscription: SimSubscription)
| 31 | |
| 32 | /** Stable cooldown identity for a subscriber block, surviving redeploys. */ |
| 33 | function subscriptionBlockKey(subscription: SimSubscription): string { |
| 34 | return subscription.webhook.blockId ?? subscription.webhook.path |
| 35 | } |
| 36 | |
| 37 | /** |
| 38 | * Enqueues one side-effect workflow execution for a matched subscription. |
no outgoing calls
no test coverage detected