0.29.0
Notification
Please set TK_TASK_ID for task unique name, and Task Keeper will send notification when the task finished.
- NATS:
NATS_URLenvironment variable to set NATS server URL, andtask-keeperas subject. - Output saved on OSS:
TK_TASK_IDenvironment variable to set OSS object name, such astasks/random-uuid.
to set OSS object name.S3_ENDPOINT_URL: such ashttp://minio.example.com:9000S3_ACCESS_KEY: access key for S3S3_SECRET_KEY: access secret for S3S3_BUCKET: bucket name for S3S3_REGION: region for S3, such asus-east-1S3_VIRTUAL_STYLE: for MinIO, you don't need to set this, but for Aliyun OSS, you need to set this totrueto use
virtual-hosted-style requests.
Tips: Notification is useful for CI/CD.