0xEigenLabs / eigen-prover

Eigen zkVM's Proving Service
33 stars 9 forks source link

Recover task status from database #124

Closed eigmax closed 3 weeks ago

eigmax commented 1 month ago
  1. Each time the batch prover takes task from scheduler, we need to check if the prover has running task locally, https://github.com/0xEigenLabs/eigen-prover/blob/main/prover-scheduler/src/scheduler_server.rs#L96
  2. If the prover is not live any longer, we should have a way to detect this.