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
Currently, the build_log_json return the info for the latest finished update but it would make sense to instead give the info of any running build instead if one exists. The reason why this happens is that the logic selects the update by updated_time but that is only set for finished updates.
I'd say that it would also be better to return a pending build if one exists and no build is running. This should be a very rare occurrence but it would make it clear to the user that a update was received but is just hasn't been started for some reason.
The text was updated successfully, but these errors were encountered:
Currently, the build_log_json return the info for the latest finished update but it would make sense to instead give the info of any running build instead if one exists. The reason why this happens is that the logic selects the update by
updated_time
but that is only set for finished updates.I'd say that it would also be better to return a pending build if one exists and no build is running. This should be a very rare occurrence but it would make it clear to the user that a update was received but is just hasn't been started for some reason.
The text was updated successfully, but these errors were encountered: