I just ran a command that's sending out mass emails to ev开发者_开发百科eryone.
How do I force stop my action mailer?
the job was done through delayed_job and I tried rake jobs:clear and script/delayed_job stop
try kill -9
on the process
I just ran a command that's sending out mass emails to ev开发者_开发百科eryone.
How do I force stop my action mailer?
the job was done through delayed_job and I tried rake jobs:clear and script/delayed_job stop
try kill -9
on the process
精彩评论