-
cron job q script with timer
Hi,
I can’t seem to get a q script with a timer to continue running in cron.For example:$ cat bin/test.q.z.ts:{0N!.z.Z;}t 2000If I run this normally it works fine. But when I try to put in in cron, it exits after one timer run. I tried using -t arg too but I can’t get the timer to repeat and continue running, it just exits after one run.I’m missing something or misunderstanding something…thanks
Log in to reply.