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
There seems to be an issue with the job.runtime_seconds calculation which causes the progress bar for file conversions to immediately jump to 100%.
job.runtime_seconds
hub/manager/jobs/models.py
Lines 870 to 884 in c8bb8dd
In trying to debug locally, I noticed that the timezones were different between the now and began timestamps.
now
began
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There seems to be an issue with the
job.runtime_seconds
calculation which causes the progress bar for file conversions to immediately jump to 100%.hub/manager/jobs/models.py
Lines 870 to 884 in c8bb8dd
In trying to debug locally, I noticed that the timezones were different between the
now
andbegan
timestamps.The text was updated successfully, but these errors were encountered: