I have a BizTalk receive location which is WCF-SQL. I have scheduling in this receive location to run daily at 9 am to 9:30 am. Also i have Typed polling which checks for a table. This works fine in BizTalk single server. But in multi server environment(2 servers) I see that receive location is started polling in both server with around 30 seconds difference. Is this expected behaviour. In case SFTP adapter this is expected and we use clustered host instance to avoid it.
So is this expected in WCF-SQL port as well?