James, you're my hero! This package looks perfectly positioned to resolve issues I have in a large load balanced site that imports ~1000 nodes at a time from SalesForce and experiences no end of problems with deadlocks. My only problem right now is that I can't test it against 7.5.13 so will need to hang on a little while longer.
In relation to my scenario where the site is load balanced - will the package need to be aware of the environment and only perform the publish action on the master and not the slaves?
Good timing, I've just released an update that works with 7.5.x versions of umbraco :)
load balancing wise - i would follow the load balancing advice and only run the scheduled task on one of the servers (so the master one). while it should't really cause any issues to publish on all, it's just going to slow things down.
Got a great test case
James, you're my hero! This package looks perfectly positioned to resolve issues I have in a large load balanced site that imports ~1000 nodes at a time from SalesForce and experiences no end of problems with deadlocks. My only problem right now is that I can't test it against 7.5.13 so will need to hang on a little while longer.
In relation to my scenario where the site is load balanced - will the package need to be aware of the environment and only perform the publish action on the master and not the slaves?
Looking forward to trying this out.
Cheers, Simon
Hi
Good timing, I've just released an update that works with 7.5.x versions of umbraco :)
load balancing wise - i would follow the load balancing advice and only run the scheduled task on one of the servers (so the master one). while it should't really cause any issues to publish on all, it's just going to slow things down.
is working on a reply...