How many maximum value of ExecutionQueueInitialWaitTime?

Yuu Asakawa shared this question 7 years ago
Answered

How many maximum value of ExecutionQueueInitialWaitTime?

Replies (4)

photo
1

Hi Yuu,


I believe the information you require can be found via our wiki page; http://wiki.yellowfin.com.au/display/USER73/Background+Execution


-Concurrent Tasks

-Initial Wait Time

-Maximum Execution Time

I would also like to point you in this direction: http://community.yellowfin.bi/topic/how-do-i-configure-the-background-execution-tasks


I hope this helps, if not please do not hesitate to contact me and I will assist where I can.


Regards,

Mark

photo
1

Hi Yuu,


Sorry for the delay in responding to you. I have spoken to David Registro regarding this and we are not aware of any upper limit for "ExecutionQueueInitialWaitTime"

Can I question the reason behind this question?


Regards,

Mark

photo
1

Hi Yuu,


the developers say that the value is stored in a Java signed Long, however, the function expects a millisecond input parameter, therefore YF has to multiply it by 1000, therefore the maximum value is Long.MAX_VALUE / 1000 which is:


9223372036854776


This translates to about 290 trillion years initial wait time,


If your client would like to increase the max value then please let us know and we can raise an enhancement request for them.


regards,

David

photo
1

Thanks for the input Dave, I will now go ahead and mark this case as Answered.


Regards,

Mark

Leave a Comment
 
Attach a file