Christian Westgaard
Christian Westgaard
Perhaps also giving tasks priority. For instance when system.dump (high-priority, let's call it P1) is running starting my lesser important tasks say P5 should be avioded.
> Maybe disallow running the same task multiple times if it has the same name, that is: Any task can only be running a single instance at any given time....
Yes, explorer runs multiple tasks at the same time with the same name. Yes, it has to do that. A collector is a task. A collection is a "config" for...
@sigdestad It's not about scheduler... mostly human error occurs with manually started ones... too many chefs, too many variables, things to keep an eye on.
BTW the reason explorer has to run multiple tasks at the same time is there is not enough hours to crawl everything, even though we spread it out on all...
@gbbirkisson Named tasks are created at coding/compile time. Tasks configs are configured by a search admin during runtime. I cannot program a namedTask per config as I don't know the...
I've made enonify so one can at least diff against what enonic has "changed" upon storage. https://github.com/ComLock/enonic-js-utils/blob/main/src/storage/indexing/enonify.ts#L11
I can't remember anything about something I reported 4 years ago :) If it is still reproduceable, take it from there?
To: @sigdestad Cc: @alansemenov I need to be able to check the app status without the admin rest api beeing available for a ongoing customer project. I guess that should...
@sigdestad @alansemenov Explorer collector apps register themself into the explorer config repo when they are started (main.js). And unregister themself on stop (main.js). With a lib-app I could skip register/unregister....