We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The create scratch org process has been stuck like this
According to the logs, there appear to be an issue with the worker starting:
This is my heroku configuration:
The text was updated successfully, but these errors were encountered:
@davidmreed - I'm researching why I'm getting a "cannot create directory 'opt': Read-only file system" error by the worker dyno.
I found a message from you on stackexchange indicating that "you are not limited to $HOME and /tmp." when writing to heroku's ephemeral file system.
https://salesforce.stackexchange.com/questions/372427/is-heroku-ephemeral-file-system-where-i-can-write-to-home-and-tmp
However, this is not the behavior I am seeing. Does some other configuration need to be enabled to turn this capability on?
Sorry, something went wrong.
The worker crash is in https://github.com/SFDO-Tooling/Metecho/pull/2042/commits -- if you go to .heroku/start_worker.sh and comment out the "mkdir -p" and "ln -s" lines the worker no longer crashes.
No branches or pull requests
The create scratch org process has been stuck like this
According to the logs, there appear to be an issue with the worker starting:
This is my heroku configuration:
The text was updated successfully, but these errors were encountered: