You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first time it's run, the estimated time left is about right:
Screen.Recording.2024-02-01.at.15.31.29.mov
However, once finished, if the button is pressed again, the estimated time starts much higher, initially showing around 20 minutes.
Screen.Recording.2024-02-01.at.15.32.02.mov
Used again, it starts higher still, initially showing over an hour:
Screen.Recording.2024-02-01.at.15.32.27.mov
This is very heavily related to #4054 and will be fixed as part of the work on that; but I'm recording it as an issue in its own right in case anyone runs into this in the mean time. I suspect this will be a good catalyst for reworking the "ETA" calculation from scratch.
I also suspect that ProgressBar should probably acquire some form of "reset" method so it can be put back in an initial state.
The text was updated successfully, but these errors were encountered:
@davep Some of this behaviour can be explained by the worker not having exclusive=True. Every time the button was pressed you would get a new worker that was advancing the progress.
This did identify a bug in my recent eta update though. Setting the total via its reactive wasn't working properly.
Given this code:
the first time it's run, the estimated time left is about right:
Screen.Recording.2024-02-01.at.15.31.29.mov
However, once finished, if the button is pressed again, the estimated time starts much higher, initially showing around 20 minutes.
Screen.Recording.2024-02-01.at.15.32.02.mov
Used again, it starts higher still, initially showing over an hour:
Screen.Recording.2024-02-01.at.15.32.27.mov
This is very heavily related to #4054 and will be fixed as part of the work on that; but I'm recording it as an issue in its own right in case anyone runs into this in the mean time. I suspect this will be a good catalyst for reworking the "ETA" calculation from scratch.
I also suspect that
ProgressBar
should probably acquire some form of "reset" method so it can be put back in an initial state.The text was updated successfully, but these errors were encountered: