feat: retries of api requests in case of failure

This commit is contained in:
2024-01-18 20:50:23 +01:00
parent 7eac908bc4
commit 6e5f929dc3
7 changed files with 92 additions and 39 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace App\Entity\Remote\Usetreno;