Skip to content

Commit

Permalink
Merge branch 'main' into es_sink_initcheck_part_deux
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnowzari authored Feb 4, 2025
2 parents f9919f8 + 01eed26 commit 1e8168c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ See an example below for a crawl schedule that will execute once every 30 minute
domains:
- url: "https://elastic.co"
schedule:
- pattern: "*/30 * * * *" # run every 30th minute
pattern: "*/30 * * * *" # run every 30th minute
```
Then, use the CLI to then begin the crawl job schedule:
Expand Down
2 changes: 1 addition & 1 deletion config/crawler.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#
## Scheduling using cron expressions
#schedule:
# - pattern: "0 12 * * *" # every day at noon
# pattern: "0 12 * * *" # every day at noon
#
## Crawl result field size limits
#max_title_size: 1000
Expand Down

0 comments on commit 1e8168c

Please sign in to comment.