jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

'Already built' status shows up even when image was just being built #1439

Open yuvipanda opened 2 years ago

yuvipanda commented 2 years ago

Bug description

While a full build was being done for this new image, the progression in the progress bar was like:

Waiting -> Building -> Pushing

But instead of going to 'Launching' after that, it goes to 'Already built!' which then hides the 'Building' and 'Pushing' elements

image

How to reproduce

Try any repo that needs to be built

yuvipanda commented 2 years ago

I encountered this while building #1395, but thought it was due to my code being wrong (although I couldn't see how). I think the issue is in the backend maybe?