Announcement

Collapse
No announcement yet.

Administration->Jobs job simultaneous execution

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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 ?

  • #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.

    Comment


    • #3
      Originally posted by yuri View Post
      • 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...
      X