Administration->Jobs job simultaneous execution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Zuzz
    Member
    • Nov 2023
    • 42

    Administration->Jobs job simultaneous execution

    Administration->Jobs
    if Job is not finished befor new crone tick to run the same job comes, do system run new job instance ?
    Do system controls NOT to run 2 job instances simultaneously ?
  • yuri
    Member
    • Mar 2014
    • 8467

    #2
    • Jobs can run simultaneously (assuming you enabled Run Jobs in Parallel in settings).
    • Jobs related to the same Scheduled Job can not run simultaneously (with an exception if they have different target, e.g. different mailboxes are checked).
    • Jobs instantiated by a developer will run in parallel if they don't have 'queue' or 'group' specified.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Zuzz
      Member
      • Nov 2023
      • 42

      #3
      Originally posted by yuri
      • Jobs can run simultaneously (assuming you enabled Run Jobs in Parallel in settings).
      • Jobs related to the same Scheduled Job can not run simultaneously (with an exception if they have different target, e.g. different mailboxes are checked).
      • Jobs instantiated by a developer will run in parallel if they don't have 'queue' or 'group' specified.
      Thanks a lot

      Comment

      Working...