Retry Event
Retry a failed background task.
Re-submits the task with high priority. The original event is marked 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": {}
}
]
}