You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been using this plugin and it works fine.
However, recently my subscriber's number highly increased, generating this error:
Swift_TransportException: Expected response code 220 but got code "421", with message "421 4.3.2 The maximum number of concurrent server connections has exceeded a per-source limit, closing transmission channel.
When I send the newsletter to all my subscribers, I can see the emails "in queue" number going down almost 1 per second. I dont know why this is happening since I configured the task for everyMinute and without overlapping.
Plugin.php
public function registerSchedule($schedule)
{
$memory = (int)Config::get('indikator.news::memory_limit');
$schedule->command('queue:work --daemon --queue=newsletter --memory=' . $memory)->everyMinute()->withoutOverlapping();
}
Hello, I have been using this plugin and it works fine.
However, recently my subscriber's number highly increased, generating this error:
When I send the newsletter to all my subscribers, I can see the emails "in queue" number going down almost 1 per second. I dont know why this is happening since I configured the task for everyMinute and without overlapping.
Plugin.php
cronjob -e
Any idea what could be causing that error?
Thank you
The text was updated successfully, but these errors were encountered: