Skip to content

Results are not posted to callback_url but kraked images are uploaded back to the specified bucket #14

@rohit5ram

Description

@rohit5ram

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions