You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by GitBox <gi...@apache.org> on 2021/10/01 12:31:13 UTC

[GitHub] [unomi] jkevan commented on a change in pull request #348: UNOMI-513: fix scoring plan recalculation

jkevan commented on a change in pull request #348:
URL: https://github.com/apache/unomi/pull/348#discussion_r720205883



##########
File path: services/src/main/java/org/apache/unomi/services/impl/segments/SegmentServiceImpl.java
##########
@@ -1271,6 +1260,25 @@ public void run() {
         schedulerService.getScheduleExecutorService().scheduleAtFixedRate(task, initialDelay,  TimeUnit.DAYS.toSeconds(1), TimeUnit.SECONDS);
     }
 
+    private void loadScripts() throws IOException {
+        Enumeration<URL> scriptsURL = bundleContext.getBundle().findEntries("META-INF/painless", "*.painless", true);

Review comment:
       yes, thank you for the hint, I moved them to /cxs




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@unomi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org