Its Mike from Send Media here, we spoke on Skype on how to increase the Multithread on an existing job. You told me to run the following in SSH which is what i did:
php cli.php --job-rebuild-threads --threads=15 --emails=200 --jobid=315
I did that and it showed all this code, and then resumed the job. How ever it still shows the multi-thread as 10 when i want it set as 15. Another thing is iv added new MTAs to the group and its showing the 11 MTAs in total when i ran the above code but again when i look at the scedualed emails info it still shows its sending to 7 MTAs instead of the 11.
- Code: Select all
INFO[Multithread slots]: Array
(
[0] => [12:30000|0|0|1381418323s ago][INACTIVE]
[1] => [13:30000|0|0|1381418323s ago][INACTIVE]
[2] => [14:30000|0|0|1381418323s ago][INACTIVE]
[3] => [15:30000|0|0|1381418323s ago][INACTIVE]
[4] => [16:30000|0|0|1381418323s ago][INACTIVE]
[5] => [17:30000|0|0|1381418323s ago][INACTIVE]
[6] => [18:30000|0|0|1381418323s ago][INACTIVE]
[7] => [19:30000|0|0|1381418323s ago][INACTIVE]
[8] => [20:29556|0|0|1381418323s ago][INACTIVE]
[9] => [21:27500|0|0|1381418323s ago][INACTIVE]
[10] => [22:27500|0|0|1381418323s ago][INACTIVE]
)
Please can you help me, also how in SSH can i see live how many emails are being sent to each MTA like u show in your video?
Thanks