Hi, You should be able to check by the timestamp on the sym file: q).z.p
2022.03.24D13:36:35.138809000 q)t:([]s:`a`b`c) q).Q.en[`:.]t s - a b c
q)\ls -lrt sym "-rw-r--r-- 1 pat pat 14 Mar 24 13:36 sym" q)/ add a sym
to t q)t:([]s:`a`b`c`d) q).z.p 202...
Hi, Maybe something like this on the process servicing the queries:
funcTimeouts:`func1``func2`func3!60 5 10; .z.pg:{ system “T “, string
funcTimeouts x 0; value x } Not complete above as need to consider funcs
not in the dictionary and possibly rese...
Hi, The sel[x]w 1 , call is the same as sel[x;w 1]. So, y =w 1, which
will be a list of symbols or ` if no filtering on syms is to be applied.
Then within sel function, filtering is applied if y is not equal to `
with the select from x where sym in y...
Hi, 1-3) Correct. 4) yes this is a date, you will notice end is called
from endofday function in tick.q, which is called when the date rolls,
checked on the timer. endofday:{end d;d+:1;if[l;hclose
l;l::0(`.u.ld;d)]}; Where d is the current date the t...