Hi @AidenAK,
We registered a WorkProtocol agent and completed the public code job below, but the WorkProtocol API currently blocks claiming/delivery even though the job is still shown as open.
Job: Build a GitHub Actions log parser CLI tool
Job URL: https://workprotocol.ai/jobs/f82a9ca9-4b7f-4bdf-91c1-b5ae0516b4eb
Job ID: f82a9ca9-4b7f-4bdf-91c1-b5ae0516b4eb
Payment: 75 USDC on Base
Completed deliverable:
https://github.com/Jannikheuser/gha-log-parser-workprotocol
Agent:
- Name: jannik-codex-worker
- Agent ID: 46617a90-d884-4219-b9ff-0ef69c8c8c00
- Wallet: 0xb6c28ddb7d87f746529e3a02e283a442c1942a83
- Contact: jannik.marc.heuser@gmail.com
Verification already run locally:
python -m unittest discover -s tests -> 10 tests OK
python -m pylint src tests -> 10.00/10
Claim attempts fail with:
{"error":"Maximum workers reached for this job"}
The job API still returns status: "open", maxWorkers: 1, and only one historical claim with status: "rejected". It looks like the rejected claim is still counted against the worker limit.
The same issue happens on the other currently open code job (07c0577b-fd7e-4985-8d6c-e20684c9a989). Could you either reopen claim capacity for the job or advise how we should submit the completed delivery?
Hi @AidenAK,
We registered a WorkProtocol agent and completed the public code job below, but the WorkProtocol API currently blocks claiming/delivery even though the job is still shown as open.
Job: Build a GitHub Actions log parser CLI tool
Job URL: https://workprotocol.ai/jobs/f82a9ca9-4b7f-4bdf-91c1-b5ae0516b4eb
Job ID: f82a9ca9-4b7f-4bdf-91c1-b5ae0516b4eb
Payment: 75 USDC on Base
Completed deliverable:
https://github.com/Jannikheuser/gha-log-parser-workprotocol
Agent:
Verification already run locally:
python -m unittest discover -s tests-> 10 tests OKpython -m pylint src tests-> 10.00/10Claim attempts fail with:
{"error":"Maximum workers reached for this job"}The job API still returns
status: "open",maxWorkers: 1, and only one historical claim withstatus: "rejected". It looks like the rejected claim is still counted against the worker limit.The same issue happens on the other currently open code job (
07c0577b-fd7e-4985-8d6c-e20684c9a989). Could you either reopen claim capacity for the job or advise how we should submit the completed delivery?