GitBook: [#197] removed cron from config

This commit is contained in:
Parth Panchal 2021-10-18 17:23:18 +00:00 committed by gitbook-bot
parent 725736eb41
commit fd61f01c22
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
4 changed files with 0 additions and 28 deletions

View File

@ -82,13 +82,6 @@ Add Optionally`pii` processor and `metadata-rest` sink along with `metadata-serv
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}
```

View File

@ -81,13 +81,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}
```

View File

@ -91,13 +91,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}
```

View File

@ -82,13 +82,6 @@ Add optionally `pii` processor and `metadata-rest` sink along with `metadata-ser
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
},
"cron": {
"minute": "*/5",
"hour": null,
"day": null,
"month": null,
"day_of_week": null
}
}
```