-
Notifications
You must be signed in to change notification settings - Fork 4
Network Restart
Taylor Hulsmans edited this page May 30, 2024
·
1 revision
A common bug with the code is the clogging of the job offer que, as a temporary hack/fix, these are the steps required to get the network operational again
ssh PikNik
systemctl stop resource-provider-gpu-1.service resource-provider-gpu-2.service resource-provider-gpu-3.service resource-provider-gpu-4.service
ssh Halcyon
systemctl stop bacalhau solver job-creator mediator
systemctl start bacalhau
(wait a few secs)
systemctl start solver mediator job-creator
ssh PikNik
systemctl start resource-provider-gpu-1.service resource-provider-gpu-2.service resource-provider-gpu-3.service resource-provider-gpu-4.service