There's a parquet conversion job which basically is a k8s cron object and the schedule can be altered, default is hourly. The job essentially converts data/payload invoked on the Model API exposed function to parquet for DMM's compute component drift calculations.
Change the cronjob schedule per below :- kubectl edit cronjob -n "platform-ns" parquet-conversion-job
search for schedule and change the value from @hourly
to '* * * * *'
kubectl edit configmap -n "platform-ns" parquet-job-config
in here please change the below properties
- Under the
job
section:
prediction_data_dump_grace_seconds: "60"
run_interval: "minute"
- Under the
prod.yaml
section:
log: DEBUG
Note: Do not change the indentation
Comments
0 comments
Please sign in to leave a comment.