Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
You can easily create your own Find scheduled job that runs asynchroniosuly towards Find service
Hi,
I would like to say to the Find client (that makes the calls to the Find API) that it should not use more time than x seconds in waiting for the response from the Find.
Since the Find does not have async api and it is called synchronously it will wait until the find responses. This blocks the whole calling thread for the call.
So, Episerver.Find should have an async API (especially in indexing job)