report_failure
Report a failed job application attempt to stop repeated runs and file the issue against the specific platform or route.
Instructions
Report that the current application attempt failed.
Consecutive failures trip the breaker and stop the run. That is deliberate: a run that keeps failing is usually failing for one systemic reason, and continuing multiplies the damage instead of the results.
If the attempt died at a recognisable step, pass platform, route and
blocked_at (a short description of that step). The failure is then
filed against the route instead of merely counted, which is what turns
"this kind of application is hard" into an adapter worth writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| route | No | ||
| platform | No | ||
| blocked_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |