-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Journey Scheduling: Enhance Start/End Time Precision #595
Comments
@reaper unfortunately the process of checking for and re-entering users to a journey is a pretty expensive process, would have to refactor and find new ways of handling to accomplish this which I don't anticipate being able to get to soon. For now I would recommend adding a delay after the entrance to "wait until time" to keep users from your action until the time you desire. It should have the exact same effect and be much easier on performance. |
The problem we have is that journeys are triggered at midnight based on a list computed from attributes synced with our platform during the day. We want to shorten the delay beetween the moment we sync the data and we trigger journeys. For ex: sync from 1AM (duration around 2 hours) - 6AM triggering all journeys (so we can remove the delay, also) Do we have a workaround for that with the existing codebase? |
If you are already sending events from another platform could you also send an event like |
Currently, journey scheduling is restricted to daily starts at midnight, which limits flexibility and control over journey triggers.
To address this, we propose extending the "start" and "end" fields to include hours and minutes. This enhancement would allow users to schedule journeys to begin at specific times, improving alignment with workflows and operational needs.
By enabling more precise scheduling, this change would enhance workflow efficiency, support accurate duration tracking, and provide greater control over journey performance and timing metrics.
The text was updated successfully, but these errors were encountered: