-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Bug] [Server] Once click online schedule time, task will be automatically scheduled #13092
Conversation
...ler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #13092 +/- ##
============================================
- Coverage 39.31% 39.29% -0.02%
- Complexity 4247 4279 +32
============================================
Files 1061 1069 +8
Lines 40050 40317 +267
Branches 4604 4636 +32
============================================
+ Hits 15746 15844 +98
- Misses 22524 22687 +163
- Partials 1780 1786 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...ler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java
Outdated
Show resolved
Hide resolved
If no more suggestions, i'll follow the logic mentioned above and finish new code at this weekend. |
...ler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If no other concern, I will merge this PR.
@Radeity Please rebase the upstream dev to solve the |
SonarCloud Quality Gate failed. |
@ruanwenjun Done, thx! |
Purpose of the pull request
Brief change log
Current mis-fire strategy is to process cron job immediately. The strategy will be triggered if setting scheduler’s start time earlier than current time.
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
If your pull request contain incompatible change, you should also add it to
docs/docs/en/guide/upgrede/incompatible.md