Retry Event
Retry a failed background task by re-submitting it to the scheduler.
Reads the original event's metadata to extract task_type, then submits
a new AgentTask with HIGH priority. Marks the original event as retried.
curl -X POST "http://127.0.0.1:14242/agent/feed/events/string/retry"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}