swanchain / go-computing-provider

A golang implementation of computing provider
MIT License
11 stars 15 forks source link

refactor(ubi): Removing the hardcoded 4-second wait when creating a UBI job #76

Closed yejiayu closed 1 month ago

yejiayu commented 1 month ago

Waiting for 4 seconds is very dirty. Due to network issues or other factors, it is quite normal for the image pull or job creation to take longer than 4 seconds.

Normalnoise commented 1 month ago

@yejiayu thanks for your contribution, The hard code is just a temporary solution, can you submit the PR to the branch doubi? once it is tested, we will merge it to the releases

https://github.com/swanchain/go-computing-provider/tree/doubi

yejiayu commented 1 month ago

@yejiayu thanks for your contribution, The hard code is just a temporary solution, can you submit the PR to the branch doubi? once it is tested, we will merge it to the releases

https://github.com/swanchain/go-computing-provider/tree/doubi

Is the branch name doubi?

Normalnoise commented 1 month ago

@yejiayu thanks for your contribution, The hard code is just a temporary solution, can you submit the PR to the branch doubi? once it is tested, we will merge it to the releases https://github.com/swanchain/go-computing-provider/tree/doubi

Is the branch name doubi?

yes