Find more posts tagged with
Hi,
the new Jackhammer extension has a Handle Exception (Advanced) Operator, that allows retries with a delay if a try subprocess fails. If you simply put that around your File operation, you can have it repeat the inner process until it was successfully.
Of course it's polling and not really a notification, but integrating the native code might be tricky without a real extension. If you don't need hard real time, you can set the delay to a few seconds so that the overhead is minimal.
Anyway I think I will put an operator on our to do list that directly implements that functionality with this library you mentioned. Is coming up again and again.
Greetings,
Sebastian
Hi Sebastian,
Thanks for taking the time to respond. I have seen some examples that use jnotify and others that use the watch service API (java.nio.files). I will spend some time with this over the weekend to see if I can get it working outside of Rapidminer first. Please let us know when the new Jackhammer extention is available.
A proper polling/notification extension would be terrific. I could imagine a lot uses for something like that.
Kind regards,
Alex
Hi,
how would you write the file? And of course this is possible with Groovy.
Best,
Martin