-
Notifications
You must be signed in to change notification settings - Fork 38
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 inside "In Progress" #66
Comments
The app does not implement a timeout. Once a job is submitted to the service, it polls once per second to get the status, and updates the UI each time the status changes. The app creates a new folder in storage for each run, and deletes any abandoned storage folders on average every 10th run. |
This was a server-side issue which has since been fixed. Affected times were 10/22 to 10/25. |
@chriswendt1 thank you so much for your replies and for providing details about how it works. I can confirm that it works fine now again. |
Thanks for confirming. |
I've been successfully using the translation app a few times earlier this month to translate txt files. It is a great tool. Thank you.
This week, however, I tried again to translate a simple txt file, but the app seems to get stuck in Running/In progress mode or in NotStarted and it never completes. I wait for a while (15-30 mins), but still nothing. I tried switching languages, with/without glossary, using a simple txt file with just a few sentences inside, but no luck to get it to complete. The test in Settings passes fine and Translate Text also works fine. I also deleted all contents from the BLOB inside storage resource and re-running the translation with no luck, thinking there could be some conflict. Any idea what could be happening? Thanks much.
The text was updated successfully, but these errors were encountered: