[14.0][FIX] connector_woocommerce: gate status export on tracking readiness#900
Open
deeniiz wants to merge 8 commits into
Open
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 14.0 #900 +/- ##
==========================================
+ Coverage 50.91% 50.97% +0.05%
==========================================
Files 1178 1180 +2
Lines 20280 20343 +63
Branches 4277 4287 +10
==========================================
+ Hits 10325 10369 +44
- Misses 9712 9732 +20
+ Partials 243 242 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…publicly indexed before exporting URL responds OK for the picking's tracking number.
4b4ced6 to
e39bdc4
Compare
…queue_job Triggered through with_delay() with identity_key=identity_exact, so multiple notifications targeting the same sale.order/backend collapse into a single pending job. Without it, each event that fires the on_compute_woocommerce_order_state notify (SO state change, picking tracking write, picking validation) would create its own redundant export job.
e39bdc4 to
74cf77f
Compare
… retries are exhausted When the URL gate or tracking_ref check has failed `max_retries` times, skip the `_wc_shipment_tracking_items` and let the export complete with the SO status only, instead of marking the job as failed.
90fc2f7 to
bf91403
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.