Hi,
I have a Feed that’s middleware to a CRM. They’re changing their API, and I’m considering the increase in processing time. I see from the logs that feed processing occurs after confirmation delivery. Even with that, should I consider using cron for processing that will see a considerable increase in network traffic. I’m not yet worried about script timeouts. I cannot predict the execution environment for the feed. I’d rather think about this while I have time to plan.
@grand_lady Normally feeds are processed asynchronously after a form is successfully submitted and the entry is created. So you shouldn’t worry much. Which Feed are you using?
If it take time, it will be still in background.
Thanks for the reply. It turns out that the extensive network traffic I was worried about won’t be necessary right now. I think the current feed design will work with the new API
1 Like