Asked by joe conery on Oct 18, 2024
Joe Conery asked for the best deployment/hosting approach for a Python script needing to run every 5 minutes to sync data between HubSpot and MS Dynamics, wondering if HubSpot offered a solution.
Answered by Ryan Ginsberg
Ryan Ginsberg explained that HubSpot's serverless/custom code options are not designed for recurring background tasks. The recommended solution is to self-host the script externally (e.g., on AWS, Render) using a scheduler like CRON.