79794988

Date: 2025-10-20 14:21:10
Score: 1
Natty:
Report link
  1. Increase retry_after to at least 2–3× your timeout, e.g.:
    'retry_after' => 180,

  2. Use the same queue name in your Notification:
    $this->onQueue('reminder');

  3. Make sure only one queue worker handles the same queue name.

  4. If mails are slow, switch to Mail::queue() with a dedicated mail queue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RANA SAHA