Error PHP Notice: fwrite(): send of 30 bytes failed with errno=32

Your software
My Mautic version is: 4.2.2
My PHP version is: PHP Version 7.4.29
My Database type and version is: 10.3.34-MariaDB-0ubuntu0.20.04.1

Your problem
My problem is:

After run mautic:campaigns:trigger, the error below is shown.

These errors are showing in the log:

root@vmi881722:~# php /var/www/html/mautic/bin/console mautic:campaigns:trigger
Triggering events for campaign 4
Triggering events for newly added contacts
21000 total events(s) to be processed in batches of 100 contacts
2200/21000 [==>-------------------------] 10%PHP Notice: fwrite(): send of 30 bytes failed with errno=32 Broken pipe in /var/www/html/mautic/vendor/swiftmailer/swiftmailer/lib/classes/SStreamBuffer.php on line 223
PHP Notice: fwrite(): send of 30 bytes failed with errno=32 Broken pipe in /var/www/html/mautic/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 223
PHP Notice: fwrite(): send of 30 bytes failed with errno=32 Broken pipe in /var/www/html/mautic/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php on line 223

Steps I have tried to fix the problem: