Auto refresh interval based on parcel status #12
Replies: 2 comments 3 replies
|
I would say having "auto" be applicable to both outgoing and ingoing parcels would be more consistent / transparant. The status driven approach is an interesting one which could overlap or be complementary with my time window based idea. Based on my experience supporting & consulting for a multi-country multi-directional Customs software package, I am a bit cautious with status matrixes having a functional impact. The parcel contract abstraction layer and the passiveness of this functionality mitigate most risks (user's can't mess the status up). Which frequency tier would you allocate the "unknown" status group to? Overall I'd personally lean a bit more conservative.
This, along with a lower polling frequency for the detection of new parcels, would help reduce the amount of API calls towards carriers noticeably. |
|
Over the past week, several updates to all carriers have been rolled out. After today, all carriers are automatically refreshed based upon the rules set here. Closing this discussion. |
Uh oh!
There was an error while loading. Please reload this page.
Currently integrations poll on a fixed interval. This idea proposes a dynamic poll cadence based on the current status of a tracked parcel, e.g.:
Fully designed already (including an options-flow label and diagnostics), just not yet implemented in any carrier integration.
Open question: should "auto" also apply to an outgoing-coordinator (present in some integrations for return/outgoing shipments), or only to inbound polling?
All reactions