Commit 1ccbc62
authored
Enable daily cron for search engine population and make delete operations non-blocking (#765)
Uncomment the cron schedule so the search engine is populated daily at 07:05 UTC.
Remove the `wait_for_task_completion` decorator from Meilisearch delete functions
(`delete_embedding_db`, `clear_embedding_db`, `delete_documents_from_db`) so they
fire-and-forget instead of blocking until the task finishes.
Made-with: Cursor1 parent ef8190d commit 1ccbc62
File tree
2 files changed
+5
-11
lines changed- .github/workflows
- src/doc_builder
2 files changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
168 | | - | |
| 166 | + | |
169 | 167 | | |
170 | 168 | | |
171 | | - | |
172 | 169 | | |
173 | 170 | | |
174 | 171 | | |
175 | | - | |
176 | | - | |
| 172 | + | |
177 | 173 | | |
178 | 174 | | |
179 | 175 | | |
| |||
199 | 195 | | |
200 | 196 | | |
201 | 197 | | |
202 | | - | |
203 | 198 | | |
204 | 199 | | |
205 | 200 | | |
206 | | - | |
207 | | - | |
| 201 | + | |
208 | 202 | | |
209 | 203 | | |
210 | 204 | | |
| |||
0 commit comments