Why Queueable? * Queueable Apex allows asynchronous processing, which can handle bulk updates efficiently without hitting governor limits. * The trigger enqueues the Queueable class to process the asset updates. Avoiding Limit Failures: * Moving logic to a Queueable class offloads resource-intensive operations to asynchronous processing.