()
| 63 | } |
| 64 | |
| 65 | export function markDeploymentScalingUp(): void { |
| 66 | deploymentScalingUpUntil = Date.now() + DEPLOYMENT_COOLDOWN_MS |
| 67 | } |
| 68 | |
| 69 | export function resetDeploymentCooldown(): void { |
| 70 | deploymentScalingUpUntil = 0 |
no outgoing calls
no test coverage detected