Cron is not executing all the processes that should be triggered

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arturkulik
    Member
    • Apr 2025
    • 37

    #1

    Cron is not executing all the processes that should be triggered

    Hi guys,
    does anyone had problem like title that Cron is not executing all the processes that should be triggered
    i got a WF with scheduled trigger "2 */2 * * *" - every 2h at min 2,

    it runs for example at 2:02 4:02 6:02 10:02 14:02 18:02 what can be wrong with hours when it was not executed ?
  • lazovic
    Super Moderator
    • Jan 2022
    • 1065

    #2
    Hi arturkulik,

    Please check if there are any errors in the instance error logs? Does cron work normally for other jobs?

    Comment

    • arturkulik
      Member
      • Apr 2025
      • 37

      #3
      I've changed shedule to every 2 minutes - */2 * * * *

      so it shoud roun 0,2,4,6,8 ...... it ran 9:21, 9:41

      D - like done on screen
      I as installed on screen

      maybe to weak server?

      Comment


      • lazovic
        lazovic commented
        Editing a comment
        Perhaps installing ocntl and posix extensions for PHP will correct this behavior.
    • arturkulik
      Member
      • Apr 2025
      • 37

      #4
      it ran again 9:51
      Click image for larger version

Name:	thumb_14361.png
Views:	17
Size:	11.7 KB
ID:	118661
      as i guess it has own schedule not related to:
      ​​Click image for larger version

Name:	thumb_14362.png
Views:	17
Size:	565 Bytes
ID:	118658Click image for larger version

Name:	thumb_14362.png
Views:	27
Size:	565 Bytes
ID:	118659 Click image for larger version

Name:	thumb_14362.png
Views:	17
Size:	565 Bytes
ID:	118660

      Comment

      • arturkulik
        Member
        • Apr 2025
        • 37

        #5
        i got up to 2cores at Intel(R) Xeon(R) Gold 6210U CPU @ 2.50GHz,
        hosting has 2x espo test intstalation + 3 x wordpress (almost unused)

        Last edited by arturkulik; 06-12-2025, 08:23 AM.

        Comment

        Working...