Skip to content
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

Fixes #24701: Add daily schedule for campaign #5594

Open
wants to merge 1 commit into
base: branches/rudder/8.0
Choose a base branch
from

Conversation

VinceMacBuche
Copy link
Member

@VinceMacBuche VinceMacBuche requested a review from fanf April 10, 2024 16:48
@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the enh_24701/add_daily_schedule_for_campaign branch from 99efd2d to f4f6c03 Compare April 10, 2024 17:01
}).withHourOfDay(end.realHour).withMinuteOfHour(end.realMinute).withSecondOfMinute(0).withMillisOfSecond(0)
}

Some((startDate, endDate)).succeed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to limit the max span to 20h or so to avoid all the borderline cases when two campaign override (ie, we don't even want to have to wonder what would happen).

At least, it needs to be less than 24h

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comment in other PR: it should work. Let it be like that as @VinceMacBuche asked.

@fanf
Copy link
Member

fanf commented May 15, 2024

I think the doc for system update API needs to be updated to explain the new data type alternative

@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the enh_24701/add_daily_schedule_for_campaign branch from f4f6c03 to a5e6305 Compare May 21, 2024 08:41
@VinceMacBuche
Copy link
Member Author

PR rebased

@VinceMacBuche VinceMacBuche force-pushed the enh_24701/add_daily_schedule_for_campaign branch from a5e6305 to ab8ce6d Compare May 21, 2024 08:42
@VinceMacBuche
Copy link
Member Author

Commit modified

@VinceMacBuche VinceMacBuche force-pushed the enh_24701/add_daily_schedule_for_campaign branch from ab8ce6d to 009e3f9 Compare May 21, 2024 08:42
@VinceMacBuche
Copy link
Member Author

api doc added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants