We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92beb5 commit 4889743Copy full SHA for 4889743
pre-compute/src/api/worker_api.rs
@@ -104,7 +104,7 @@ impl WorkerApiClient {
104
chain_task_id: &str,
105
exit_causes: &[ReplicateStatusCause],
106
) -> Result<(), ReplicateStatusCause> {
107
- let url = format!("{}/compute/pre/{chain_task_id}/exit", self.base_url);
+ let url = format!("{}/compute/pre/{chain_task_id}/exit-causes", self.base_url);
108
match self
109
.client
110
.post(&url)
0 commit comments