The reporter deployed a Deno Deploy app to production via GitHub Actions (deployctl from the main branch, no preview promotion). Immediately after a deployment, the app threw "Queues not available on preview environment" even though it was running in production. It only happened when the service was hit right after a deploy; an automated smoke test that fired requests as soon as the deploy finished would see initial requests pass (old environment) and then fail (new environment not yet recognized as production). Waiting 5-8 minutes after deploy made it go away.