Commit f4de87e
feat(dev): modify schedule for Qdrant cluster ping (#275)
## Description
<!-- Please add PR description (don't leave blank) - example: This PR
[adds/removes/fixes/replaces] the [feature/bug/etc] -->
This pull request updates the schedule for the `ping-qdrant.yml` GitHub
Actions workflow to ensure the Qdrant vector store cluster is pinged
more frequently. The workflow now runs twice a week instead of once.
Workflow scheduling improvements:
* Updated the cron schedule in `.github/workflows/ping-qdrant.yml` to
run the workflow at 00:00 UTC on both Sundays and Wednesdays, increasing
the frequency from once to twice a week.
## Related Issue
<!-- Please prefix the issue number with Fixes/Resolves - example: Fixes
#123 or Resolves #123 -->
NA
## Screenshots/Screencasts
<!-- Please provide screenshots or video recording that demos your
changes (especially if it's a visual change) -->
NA
## Notes to Reviewer
<!-- Please state here if you added a new npm packages, or any extra
information that can help reviewer better review you changes -->
NA
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: babblebey <25631971+babblebey@users.noreply.github.com>1 parent dc29927 commit f4de87e
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments