This is an automated email from the ASF dual-hosted git repository. zehnder pushed a commit to branch add-env-variable-for-email-scheduler in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
commit 432913ca28c4ea4f4f49e12358dfbe2b8db1a54f Author: Philipp Zehnder <[email protected]> AuthorDate: Thu Jan 15 16:32:39 2026 +0100 Add description for new environment variables --- .../version-0.98.0/05_deploy-environment-variables.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website-v2/versioned_docs/version-0.98.0/05_deploy-environment-variables.md b/website-v2/versioned_docs/version-0.98.0/05_deploy-environment-variables.md index c4066fb70..c9511e818 100644 --- a/website-v2/versioned_docs/version-0.98.0/05_deploy-environment-variables.md +++ b/website-v2/versioned_docs/version-0.98.0/05_deploy-environment-variables.md @@ -25,6 +25,12 @@ The following lists describe available environment variables along with a descri | SP_JWT_PRIVATE_KEY_LOC | Empty | Required id SP_JWT_SIGNING_MODE=RSA, path to the private key, can be generated in the UI (Settings->Security->Generate Key Pair) | | SP_ENCRYPTION_PASSCODE | eGgemyGBoILAu3xckolp for Docker, Auto-generated for K8s | Encryption passcode for `SecretStaticProperties` | | SP_PRIORITIZED_PROTOCOL | kafka | Messaging layer for data exchange between extensions | +| SP_RETENTION_LOCAL_DIR | `./ArchivedData` | Local directory used to store archived data files created by the retention mechanism. | +| SP_DATALAKE_SCHEDULER_CRON | `0 1 0 * * 6` | Cron expression defining when the datalake retention scheduler runs (default: every Saturday at 00:01). | +| SP_RETENTION_LOG_LENGTH | `10` | Number of recent retention job log entries to keep for retention-related logging and monitoring. | +| SP_CERTIFICATE_EXPIRY_CRON | `0 2 0 * * *` | Cron expression defining when the certificate expiry notification job runs (default: once every night). | +| SP_CERTIFICATE_EXPIRY_EMAIL_DAYS | Empty (disabled) | Comma-separated list of days before certificate expiration when reminder emails are sent (e.g. `7,14,30`). | + ### Third-party services
