MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / isDeploymentCoolingDown

Function isDeploymentCoolingDown

web/src/llm-api/fireworks.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59let deploymentScalingUpUntil = 0
60
61export function isDeploymentCoolingDown(): boolean {
62 return Date.now() < deploymentScalingUpUntil
63}
64
65export function markDeploymentScalingUp(): void {
66 deploymentScalingUpUntil = Date.now() + DEPLOYMENT_COOLDOWN_MS

Calls

no outgoing calls

Tested by

no test coverage detected