There can be only one batch_segmentation job upon the Adobe RTCDP platform.
What is the need to create a new one which the existing one does not meet the requirements?
@brekrut
1. Let's assume we would like to create new schedule for different audiences. In my use case, would like to evaluate an audience only on 15th day at 6AM? Tried to pass the particular segment id in the properties request object. Is it possible to override the schedule for particular audiences?
I get error the following error. From your above statement, it looks like RTDCP does not support it. But it will be a cool feature to have because few audiences may not have run everyday and tax the platform unnecessarily.
Response
{
"code": "UPAPI-054606-400",
"message": "There is a problem in chronos schedule validation. Reason - You can only schedule the job at most once a day."
}
Request
{
"name":"profile-default",
"type":"batch_segmentation",
"properties":{
"segments":[
"0o941a41-3421-4de4-8ca9-695t861bf920"
]
},
"schedule":"0 0 6 15 * ? ",
"state":"inactive"
}