Skip to content

Timeout during order.create but the booking is still created #1116

@godoyLeonardo

Description

@godoyLeonardo
Image

Hello !

Today during a routinary audit we found that for at least a couple of flights, we had this problem where the call to ORDER (we assume order.Create) has timed out but the booking has been successfully created in Duffel.

Could you help us find a solution?

What we have come up with so far:

  • Increase the timeout in the SDK (how?)
  • If the endpoint fails, try again in another way (how? This endpoint is the one that returns the success and the booking reference, calling the same endpoint again would create a duplicate booking. And if we don't call the endpoint again, how would we know that the booking had already been created if we don't have the reference to check?).

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions