feat(webapp): plan-aware compute migration by nicktrn · Pull Request #3957 · triggerdotdev/trigger.dev
0ski
approved these changes
…ting Drop the per-trigger readiness gate (waitUntilReady) and the /healthcheck dependency; a cold registry read falls back to not-migrated, matching the datastore/llm-pricing registries. Add computeMigrationRequireTemplate flag (migrated orgs build the compute template in required mode at deploy when on, else shadow) and a reloading_registry_loaded gauge so a never-loaded registry is alertable. Drop dead GLOBAL_FLAGS_READY_TIMEOUT_MS.
Prevents the startup retry from racing the reload interval: an interval tick firing mid-startup-load would bump the load sequence and discard the startup result, leaving the registry cold until a later reload. Start polling only after the first successful load.
nicktrn
deleted the
feat/compute-migration
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters