Un-yikesify example FactRetriever cron to not pollute the DB

Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Jussi Hallila
2021-10-28 16:25:53 +02:00
parent 2b3e959ef4
commit da4577d731
+1 -1
View File
@@ -38,7 +38,7 @@ export default async function createPlugin({
database,
discovery,
factRetrievers: [
createFactRetrieverRegistration('* * * * *', {
createFactRetrieverRegistration('5 4 * * 6', {
id: 'testRetriever',
version: '1.1.2',
entityFilter: [{ kind: 'component' }], // EntityFilter to be used in the future (creating checks, graphs etc.) to figure out which entities this fact retrieves data for.