-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
Stuck on Sending <file> #165
Comments
Please provide links to your action runs to better triage here |
@jeffpaul apologies, our repo is currently private. Here's the log from a run: https://gist.github.com/defunctl/231a3c0cd9effb3a58c5a74c909d74ae Basically I let it sit here for 8 minutes until I cancelled it: https://gist.github.com/defunctl/231a3c0cd9effb3a58c5a74c909d74ae#file-worker-log-L4963-L4964 |
Yeah there's definitely a LOT included in https://plugins.trac.wordpress.org/browser/solid-performance/#trunk/vendor and could just been the amount of changes because https://plugins.trac.wordpress.org/browser/solid-performance/trunk/vendor/vendor-prefixed/wp-cli/wp-config-transformer/src/WPConfigTransformer.php isn't a massive file to send across. Are you certain all the folders and files that show up in that |
Yeah, it's a pretty big vendor folder, but I did just clean up some unneeded dependencies. We did deploy what you're seeing there locally/manually with SVN. Perhaps I just need to let it run for like 20 minutes and see if it ultimately completes. I just wanted to make sure something wasn't failing the background of the action and just not telling me, but I guess it's probably just taking as long as it takes. I appreciate you looking into this, @jeffpaul 👐 |
I shrunk down the vendor folder and now it completes in 1 minute. Thanks again. |
Describe the bug
Not sure if this is a bug in the action, but every time I try to deploy with 2.3.0, it shows
Adding
a whole bunch of files, but it then it gets stuck onSending <file>
. It's the same file each time, if that helps and that file was previously deployed.What used to take around 40 seconds, I'd run for 10 minutes and it would just hang there until I ultimately cancelled the run.
We have a pretty big vendor folder, in case that may have something do with it.
Steps to Reproduce
Just wondering if this is even an issue with the action.
Expected behavior
It would actually complete adding the file.
Additional context
The text was updated successfully, but these errors were encountered: