Pull from Salesforce queue always has 1 item left
-
Hi there!
Thankyou for your awesome usefull plugin.The plugin correctly fulfills the synchronization of objects in a test installation.
The problem comes when it connects with SalesForce in production enviroment. In the synchronization proccess there is always an element in the queue of the Pull from Salesforce section (Scheduling Tab).
In the database the plugin constantly creates an entry in the table POSTS with the post_type: ‘scheduled-action’ and post_status: ‘pending’.
When one minute passes (the time scheduled for the update) creates a new entry post_type: ‘scheduled-action’, post_status: ‘pending’ and passes the previous one to post_status:’ publish ‘.
Every minute a new entry is generated in the POSTS table and it does not just download the information and clean the queue.
If I press the button on the administration panel
Clear this queue
A confirmation message appears
You have cleared the salesforce_pull scheduleBut the message ‘This queue has 1 item‘ continues in the Scheduled tab and the cyclic behavior in the database.
Thanks in advance!!
The page I need help with: [log in to see the link]
- The topic ‘Pull from Salesforce queue always has 1 item left’ is closed to new replies.