When a pallet throws errors during lift, none of its crates are shipped even if they successfully updated their data. This is intended behavior. The issue is that after the pallet is fixed, there is a potential of missing the shipping of crates that were previously successfully updated. We should add an optional argument to the gift-wrap command that will gift wrap all of the data associated with a specific pallet. This command could be run after fixing a pallet to ensure that no data updates will be missed.
When a pallet throws errors during
lift
, none of its crates are shipped even if they successfully updated their data. This is intended behavior. The issue is that after the pallet is fixed, there is a potential of missing the shipping of crates that were previously successfully updated. We should add an optional argument to thegift-wrap
command that will gift wrap all of the data associated with a specific pallet. This command could be run after fixing a pallet to ensure that no data updates will be missed.