We use callback_url approach for processing images
webClient
.postAbs(config.getString("https://api.kraken.io/v1/url"))
.putHeader("Content-Type", "application/json")
.putHeader("Accept", "application/json")
.rxSendStream(Observable.just(buffer))
.doOnError(err -> logger.error("Error while uploading to kraken", err));
We get the success response
HTTP/1.1 200 OK
{
"id": "18fede37617a787649c3f60b9f1f280d"
}
Looks like the submitted job is successful. We can see the kraked images in our s3 buckets. Results are not posted to the specified callback_url
There was a major outage last week as learnt from https://status.kraken.io
Your twitter handle says it's fixed but it's not working
Can you please help us out as it affecting our clients?
We use callback_url approach for processing images
We get the success response
Looks like the submitted job is successful. We can see the kraked images in our s3 buckets. Results are not posted to the specified callback_url
There was a major outage last week as learnt from https://status.kraken.io
Your twitter handle says it's fixed but it's not working
Can you please help us out as it affecting our clients?