From b74c5d1e9db97f9308c82b958bebcf8597cb0250 Mon Sep 17 00:00:00 2001 From: sylvain <8940871+punx120@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:16:53 -0500 Subject: [PATCH] wdb.q - Add tickerplantnames option --- code/processes/wdb.q | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/processes/wdb.q b/code/processes/wdb.q index f22b6f238..100f5a03e 100644 --- a/code/processes/wdb.q +++ b/code/processes/wdb.q @@ -50,9 +50,10 @@ rdbtypes:@[value;`rdbtypes;`rdb]; /-lis idbtypes:@[value;`idbtypes;`idb]; /-list of idb types to look for and call in idb reload gatewaytypes:@[value;`gatewaytypes;`gateway]; /-list of gateway types to inform at reload tickerplanttypes:@[value;`tickerplanttypes;`tickerplant]; /-list of tickerplant types to try and make a connection to +tickerplantnames:@[value;`tickerplantnames;()]; /-list of tickerplant procnames to try and make a connnection to tpconnsleepintv:@[value;`tpconnsleepintv;10]; /-number of seconds between attempts to connect to the tp tpcheckcycles:@[value;`tpcheckcycles;0W]; /-number of attempts to connect to tp before process is killed - +s sorttypes:@[value;`sorttypes;`sort]; /-list of sort types to look for upon a sort sortworkertypes:@[value;`sortworkertypes;`sortworker]; /-list of sort types to look for upon a sort being called with worker process wdbtypes:@[value;`wdbtypes;`wdb]; /-list of wdb types for sort processes to look for on initmissingtables @@ -539,7 +540,7 @@ starttimer:{[] /-function to subscribe to tickerplant subscribe:{[] - s:.sub.getsubscriptionhandles[tickerplanttypes;();()!()]; + s:.sub.getsubscriptionhandles[tickerplanttypes;tickerplantnames;()!()]; if[count s; .lg.o[`subscribe;"tickerplant found - subscribing to ", string (subproc: first s)`procname]; /- return the tables subscribed to and the tickerplant log date