Leiste mit Community-Erfolgen erweitern.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Can we increase the frequency of Batch Evaluation for for than once per day?

Avatar

Level 4

Hi,

 

We are ingesting a Batch data from Snowflake source into CDP, with a frequency of every 3 hours. Is there a possibility to Evaluate a Batch segment (profiles are created using this snowflake data)  more than once a day? I can see that we specify a time for daily Batch Segment evaluation to happen, and then the next evaluation happens the next day same time. Is there a possibility to set evaluation time say every 3 hours or xyz hours? Please suggest. 

 

Thanks.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Moderator

Hi @mansibedi on demand jobs are ad-hoc evaluation so you need to run every time.

AFAIK if you try to schedule it to run every 3 hour the request shall fail with a 400 response due to chronos schedule validation. You can only schedule the job at most once a day.

 

Regards,

Arijit Ghosh

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Community Advisor and Adobe Champion

Dear @mansibedi ,

Based on Adobe's documentation, 'batch segments are automatically evaluated every 24 hours and if we want to evaluate a batch segment on demand, we can use a segment job'.

Did you go through the segment jobs documentation? If not go through the same and see if it is helpful.

Thank You, Pratheep Arun Raj B (Arun) | NextRow DigitalTerryn Winter Analytics

Avatar

Level 4

Hi @PratheepArunRaj 

 

Thank you for your response. 

 

Yes I have gone through the document as well. One question i had in the evaluation of segment on demand using segment job --> if we set up a, on demand job to evaluate batch segment, do we need to run the segment job every time we need the results? Or can we schedule the segment to run every, say 3 hours automatically? 

 

Please suggest. Thanks. 

Avatar

Korrekte Antwort von
Moderator

Hi @mansibedi on demand jobs are ad-hoc evaluation so you need to run every time.

AFAIK if you try to schedule it to run every 3 hour the request shall fail with a 400 response due to chronos schedule validation. You can only schedule the job at most once a day.

 

Regards,

Arijit Ghosh

Avatar

Community Advisor and Adobe Champion

Dear mansibedi,

As said by @arijitg , on-demand jobs cannot be scheduled, however, if you can trigger the endpoint API programmatically every 3 hours, it is feasible for you to achieve the expected.

How to initialize or whether it is possible to initialize the endpoint API programmatically is nothing to do with Adobe and thus you need to check with your full-stack developer.

Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics

Avatar

Level 4

Thank you @arijitg  & @PratheepArunRaj for the clarification on this. Makes sense.