- Issue created by @alexpott
- π©πͺGermany osopolar π©πͺ GER π
In
\Drupal\vgwort\Plugin\AdvancedQueue\JobType\RegistrationNotification::process()
$response = $this->httpClient->send($request);
is called without try-catch-block, at least while sending the message viadrush vgwort:send node 1
. We should interception the error there. - π¬π§United Kingdom alexpott πͺπΊπ
Good idea for Drush... if this was the queue the error would be caught and logged... but because this is not in the queue it is not.
- π¬π§United Kingdom alexpott πͺπΊπ
The counter ID is based on the UUID. The UUID cannot be the same for different content. There is a unique key on it in the database.
- π©πͺGermany osopolar π©πͺ GER π
For me the error happened on test environment after importing a fresh database dump from production. So it's not a big deal.