API
Version 7.x > API > Outgoing tasks Integration Bus View modes: 
User avatar
Member
Member
david.mavin-sky - 11/21/2013 2:24:41 AM
   
Outgoing tasks Integration Bus
Hi,

We have created a connector which subscribes to events on orders. When the order is marked as paid the connector pushes the order to our back end system, this works fine, however, periodically we have outgoing tasks sitting in the queue and when this happens they build up.

As a consequence we seem to have to periodically sync them manually, this causes us issues as it is not real-time. Does anyone know how these tasks are moved to this queue, if you can change the priority or frequency and why sometime it passes the event to the connector and sometimes they just sit there?

This is driving us mad.

Cheers
David

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 11/21/2013 6:45:04 AM
   
RE:Outgoing tasks Integration Bus
David,

I've got a pretty in depth conversation here talking about something very similar. I've also got some sample code here which shows what I'm using in my code. Funny thing is I still have the problem.

I'm on 7 hotfix 40. I haven't kept up with the other hotfixes but there could be a fix already for it and I'm not even sure it's a bug at the moment but sure feels like one.

Not sure ift this helps, good luck
Brenden