Merge pull request #5450 from backstage/emmaindal/search-index-refresh-schedule

[Search] Extend search backend with scheduler
This commit is contained in:
Eric Peterson
2021-04-27 11:38:11 +02:00
committed by GitHub
7 changed files with 205 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-node': patch
---
Introduced Scheduler which is responsible for adding new tasks to a schedule together with it's interval timer as well as starting and stopping the scheduler processes.