dan_quill
11/13/2025, 12:06 PMf6b64f95-b48a-41ce-bf2e-7a71b5c8a615, which was due to be scheduled at 11:16am GMT today. I ended up cancelling it at ~12:00 noon, as I was attempting to demo this to a customer, but it never worked.
This isn't the first time that I've seen this happen, but it was the first time that was in real-time with a customer, so it looked very bad.
Can you see what went wrong, and are there additional parameters that I need to make my customers aware of (e.g. a campaign will trigger within X hours of the scheduled start datetime?)
My Org ID is bbef089b-7bd1-4385-981a-8fec3b32ea36Manja manna
11/13/2025, 10:03 PMdan_quill
11/14/2025, 1:22 PMschedule_plan = SchedulePlan(
earliest_at=datetime.datetime.now(datetime.timezone.utc) + datetime.timedelta(minutes=1),
latest_at=datetime.datetime.now(datetime.timezone.utc) + datetime.timedelta(minutes=2),
)
Yes - please do review the scheduling logs. ThanksManja manna
11/14/2025, 10:25 PM