You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
The search add-on requires a scheduler for processing the indexing queue. Currently we recommend users to add the spring-boot-starter-quartz to their project and to define all quartz beans in projects. Probably we can simplify the process by doing the following:
Define a compile-time dependency to the quartz in the add-on
Create an auto-configuration that will instantiate required quartz beans if quartz is in the classpath and if a special application property is set, e.g. jmix.search.useDefaultIndexingQueueProcessingQuartzConfiguration is true (default behavior).
The search add-on requires a scheduler for processing the indexing queue. Currently we recommend users to add the
spring-boot-starter-quartz
to their project and to define all quartz beans in projects. Probably we can simplify the process by doing the following:Define a compile-time dependency to the quartz in the add-on
Create an auto-configuration that will instantiate required quartz beans if quartz is in the classpath and if a special application property is set, e.g.
jmix.search.useDefaultIndexingQueueProcessingQuartzConfiguration
is true (default behavior).The Quartz beans:
jmix.search.indexingQueueProcessingCron
The text was updated successfully, but these errors were encountered: