Schedule task run twice

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi All,

I had deploy nopCommerce in two different servers for load balancing.
it's working fine.

But I have only one problem All the Schedule tasks run twice because I had deployed in two application servers.

I want to stop all Schedule task from 1 server and run from another.
how can I do this?
4 years ago
Set unique machine keys for eavh of your servers. Asume one of them is primary and rest are secondary servers. Then verify server is primary or not by checking machine key before executing the schedule tasks.
4 years ago
Did you using same database both servers ?
4 years ago
Try to use AppSetting
4 years ago
pddeveloper wrote:
Try to use AppSetting


Can you please describe how can I use it?
4 years ago
Hello RajeshRajendiranT,

yes, both server using the same database
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.