#Failed to acquire machine
1 messages · Page 1 of 1 (latest)
I can see you're encountering an error while deploying your Trigger.dev tasks. The error message indicates there's an issue with acquiring a machine for your deployment.
Based on the knowledge sources provided, this specific error message isn't directly addressed. However, there are a few troubleshooting steps you can try:
-
Try a dry run to see what's being built without actually deploying:
npx trigger.dev deploy --dry-runThis will output the build directory where you can inspect the built tasks and dependencies Deployment Troubleshooting.
-
Enable debug logs to get more information:
npx trigger.dev deploy --log-level debugThis will print out detailed information about the deployment process Deployment Troubleshooting.
-
If you're self-hosting, make sure your Docker provider has proper registry access Self-hosting Troubleshooting.
The error message suggests a temporary resource allocation issue. Since you were able to deploy successfully before, it might be worth waiting a bit and trying again.
If the problem persists, I'd recommend joining the Trigger.dev Discord community for more specific help, as mentioned in the troubleshooting documentation. The team there can provide more targeted assistance for this specific error.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@pallid aspen Kapa.ai is still learning and improving, please let me know how I did by reacting below.