-
Notifications
You must be signed in to change notification settings - Fork 368
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
Allow printing of import progress during rake chewy:reset
#469
Comments
just for you to know (regarding the ssh problem), there is a command called screen, which launches like a paralell console inside the host and lets you logout and keep it running still. I support your request though |
Yeah, it will be fairly easy to implement I think. If you can do it - you are welcome. Just maybe it makes sense to make it optional. |
+1 |
+1. I see there was a PR for this but it was closed. Not clear on why. |
I'm sorry to bury this thing from so long ago, but I don't get it to work. Ive tried
(no progress) and
(no progress either) What am I doing wrong? :/ |
I often tweak my chewy indexes on fairly large (2.5m row) ActiveRecord database tables. Running
rake chewy:reset
works, but often takes more than an hour and there's no indication of progress while the imports are taking place.Also, I'm also in an unreliable SSH session while this is taking place--the socket tends to hang up after such a long period of no activity. It'd be nice to show a progress bar, percentage complete, or an ETA while a long import is taking place.
Is this something that'd be easy to implement? I can take a look at doing it myself.
The text was updated successfully, but these errors were encountered: