Same Quartz.Net scheduler in multiple app server.

前端 未结 1 508
太阳男子
太阳男子 2021-01-28 14:20

im the new in Quartz.NET (v.3.0.3).I have console application and it\'s quartz host and broadcasting tcp.x:555/QuartzScheduler.

In my company w

1条回答
  •  北恋
    北恋 (楼主)
    2021-01-28 15:01

    I found my own solution in this page ;

    Quartz.NET Clustering

    I duplicate my console app and change port address (1 : localhost:555 port , 2 : localhost:556 port ) , create six jobs three of them run in 30 sec , others run in 60 sec.we run them in same time and here what quartz do ;

    running same PC Console App

    and my properies ;

    
        
        
        
        
        
        
    
        
        
        
        
        
        
    
        
        
        
        
        
        
        
        
        
    

    Thank you !

    0 讨论(0)
提交回复
热议问题