Serverless github endpoint stuck at uploading phase
First of all i'd like to thank the Runpod team for their amazing work ! π
Although it worked on the initial deployement, I seem to have an issue with subsequent ones.
The worker build and deploy correctly but the UI is stuck at the "uploading" phase and the active build doesn't update.
Am I doing something wrong or is that a bug ?
Cheers !
5 Replies
Is it still in uploading? I can take a look in an hour
@morrow I just looked at it. there was a bug in our code that caused this. I will fix it within the next hour or so
Fixed
Wow thanks ! π»
Another thing I noticed, I don't know if this is intended but it seem pushing a simple change to the handler code trigger a full rebuild / reupload of the container (which takes ~30 min).
Before using the github feature, I was using a template and a docker container name directly. Doing a
docker build
& a docker push
with a simple code change (last step of the DockerFile) it would only take a sec because docker keep 99% of the container and only build / upload the last step (copying the code).Regarding the initial issue, it's still stuck but that might be because you didn't "retcon" the database π
i'll just push to my gh and see if it work
update: it seem the building phase is properly cached, I guess the export to OCI format mean full reupload every time. Alright then π
Yes build and push is cached. There is a little bit of shenanigan in the middle that is causing the issue
But we will have that fixed in a quick week or two
Regarding us updating the db, if you push out a new dummy commit, you will see a new build happen and endpoints updated