-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Support rrule for task scheduling #217728
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
Merged
ersin-erdal
merged 43 commits into
elastic:main
from
ersin-erdal:216308-support-rrule-for-task-scheduling
May 7, 2025
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
a74e49d
Support rrule for task scheduling
ersin-erdal 6163f7e
remove redundant return
ersin-erdal 20ecece
add functional tests
ersin-erdal c29a08e
[CI] Auto-commit changed files from 'node scripts/styled_components_m…
kibanamachine de20db1
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 65f0960
fix linting
ersin-erdal 2dde5f6
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal 717cadb
fix linter
ersin-erdal 72b108e
[CI] Auto-commit changed files from 'node scripts/check_mappings_upda…
kibanamachine 38e69ef
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal c9e71ba
[CI] Auto-commit changed files from 'node scripts/jest_integration -u…
kibanamachine 5f6fad9
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 4a04b90
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 249f14c
set second to [0]
ersin-erdal 4c60d8e
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal 4a14142
testing schedule is more resilient
ersin-erdal 4ec1bca
remove "only"
ersin-erdal 1275f1e
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 8aff2c9
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 850ec64
throw when interval is not provided for the next run calculation
ersin-erdal 10c40e5
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal af75dfb
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 95cf333
[CI] Auto-commit changed files from 'node scripts/jest_integration -u…
kibanamachine d5227aa
update read me
ersin-erdal 2a1482e
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal 62fe072
update read me
ersin-erdal 0f0685e
export Frequency and Weekday from TM
ersin-erdal f039e51
add rrule examples
ersin-erdal e75e796
fix rrule example
ersin-erdal 626cf01
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal fbb3f85
remove mappings
ersin-erdal f361058
remove mappings
ersin-erdal 7099229
[CI] Auto-commit changed files from 'node scripts/check_mappings_upda…
kibanamachine 5398116
remove schema from v4
ersin-erdal 5a800d5
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal 8faaf40
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 5c55c02
Merge branch 'main' into 216308-support-rrule-for-task-scheduling
ersin-erdal 0253ced
add explicit error log when the next run at cannot be calculated
ersin-erdal 590e659
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal 3834eaf
[CI] Auto-commit changed files from 'node scripts/styled_components_m…
kibanamachine c7e26f0
add missing logger
ersin-erdal 8455d3c
Merge branch '216308-support-rrule-for-task-scheduling' of github.com…
ersin-erdal bbea405
fix unit test
ersin-erdal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I guess we should open an issue to allow rrule for alerting rules?