12 分ごとにページに移動して実行する cron ジョブを実行しています。これにより、PHP スクリプトが実行されます。ブラウザの URL からそのページにアクセスすると問題なく、サイトは引き続きスムーズに動作します。cron ジョブを介して実行すると、サーバーは次のエラーを報告します。
[Sat Oct 27 08:15:59 2012] [warn] child process 1042 still did not exit, sending a SIGTERM
[Sat Oct 27 08:15:59 2012] [warn] child process 649 still did not exit, sending a SIGTERM
[Sat Oct 27 08:15:59 2012] [warn] child process 1193 still did not exit, sending a SIGTERM
スクリプトは、12 分ごとに (リンク付きの) 投稿を twitter に送信しています。これは Twitter の API と関係があるのでしょうか?
また、ここに私の cron ジョブの例を示します。さまざまな方法を試しました。
*/2 * * * * /usr/bin/php5 /var/www/application/tweeter_omg.php
*/15 * * * * /usr/bin/wget -q http://sitename.com/tweeter_omg