Closed brandonkelly closed 9 months ago
Thank you Brandon! Will try installing this shortly on the site where we've been running into this issue.
Thank you Brandon!
@elivz let me know if you still run into any problems. From my side we are good to merge it.
So far, so good!
The fix is now available in the new release 1.1.0!
Makes a couple improvements to avoid race conditions where the sync queue job triggers before the initial save request is fully done processing:
Craft::$app->onAfterRequest()
, which wasn’t added until Craft 4.5.11, so bumped yourcraftcms/cms
requirement as well).Related issues