I figured out what's going on. The subscriptions in the hub have an asynchronous component even when you are subscribing with hub.verify=sync. Until the asynchronous part finishes, no updates on the topic will be distributed to the subscribers.
There is a huge backlog of asynchronous processing right now and I estimate that it would take two weeks to process it. I nuked the backlog and see that the hub has resumed processing submissions. Things should work for you once you resubscribe (with hub.verify=sync). Could you verify? Roman. On Fri, Jun 15, 2012 at 2:54 PM, Roman <[email protected]> wrote: > I'll take a look. > > Roman. > > > On Fri, Jun 15, 2012 at 2:51 PM, ED209 <[email protected]> wrote: > >> Thanks for the quick reply Roman, but we already are subscribing with >> hub.verify=sync >> >> anything else we could try? Any way to debug? >> > >
