Skip to main content

Multiple crond instances

Comments

8 comments

  • 24x7ss
    Hello, I don't think you will be able to do that as multiple crons are running at the same time. You might want to give a thought on changing time.
    0
  • T.C.
    I DON'T want to run the cron multiple time. It's exactly the opposite.
    0
  • T.C.
    Anyone have run into this issue? :(
    0
  • Infopro
    What cron is it specifically that's running?
    0
  • T.C.
    Cron runs once a day a command line application written with Laravel (php framework). I've already checked that is not a problem related to php app.
    0
  • Infopro
    But there is a problem, its running multiple instances.
    0
  • T.C.
    Application run multiple times because crond daemon run multiple times. A sstated in my first post if I run ps aux |grep crond I see something similar to this, i.e. multiple instances created many days ago. And if I kill the processes sometimes later they comes back root@cloud01 [/home/admin2]# ps aux |grep crond root 18680 06:32 crond root 7200 Mar 05 crond root 11108 Mar 13 crond
    0
  • T.C.
    I've tried the following, and it seems it works (since 3 days at least): I killed all the crond instances with kill PROCESS_ID I waited for 5 minutes (the time chksrvd needs to do service checks) Crond was started by chksrvd I'll continue to monitor the situation, if everything will continue to work fine I consider the problem solved
    0

Please sign in to leave a comment.