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

[Feat](job)scheduled job allows the time to be set in the past (#36732) #37573

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

CalvinKirs
Copy link
Member

Proposed changes

In some cases, users want to set the start time to a time in the past.

For periodic scheduling tasks only, the start time of a one-time task must be set to the future or present time
If the start time is the past time, then the next execution time should be the start time + time interval.

(cherry picked from commit fa60610)

#36732

…e#36732)

## Proposed changes

In some cases, users want to set the start time to a time in the past.

**For periodic scheduling tasks only, the start time of a one-time task
must be set to the future or present time**
**If the start time is the past time, then the next execution time
should be the start time + time interval.**

(cherry picked from commit fa60610)
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@CalvinKirs
Copy link
Member Author

run buildall

1 similar comment
@CalvinKirs
Copy link
Member Author

run buildall

@yiguolei yiguolei merged commit 4f03bde into apache:branch-2.1 Jul 18, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants