Which HTTP errors should never trigger an automatic retry?

There are some errors that should not be retried because they seem permanent: 400 Bad Request 401 Unauthorized 402 Payment Required 403 Forbidden 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 409 Conflict – it depends 410 Gone 411 Length Required 412 Precondition Failed 413 Payload Too LargeĀ  414 URI Too Long … Read more

Spring Retry with Transactional

Found the answer here: https://docs.spring.io/spring-framework/docs/4.2.x/spring-framework-reference/html/transaction.html#tx-decl-explained Table 2 indicates that the advice for the Transactional annotation has an order of Ordered.LOWEST_PRECEDENCE, which means that it is safe to combine Retryable with Transactional as long as you aren’t overriding the order of the advice for either of those annotations. In other words, you can safely use this … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)