Skip to content
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

Hold on, this track is in pending state after uploading the track #8

Closed
pkawalya opened this issue Mar 22, 2024 · 4 comments
Closed

Comments

@pkawalya
Copy link

Thank you @michelson
How do I get rid of the issue of "Hold on, this track is in pending state" after uploading the track

@michelson
Copy link
Contributor

Hi , the tracks are processed in a sidekiq job, if the job get stuck somehow you can reprocess the track from console, like

track = Track.find(1)
track.reprocess!

@pkawalya
Copy link
Author

pkawalya commented Apr 24, 2024 via email

@michelson
Copy link
Contributor

michelson commented Apr 24, 2024 via email

@pkawalya
Copy link
Author

pkawalya commented Apr 30, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants