Frequency of getting new tasks on local grid

Message boards : Server programs : Frequency of getting new tasks on local grid
Message board moderation

To post messages, you must log in.

AuthorMessage
OBrash

Send message
Joined: 16 Mar 19
Posts: 6
United States
Message 90701 - Posted: 16 Mar 2019, 15:26:31 UTC

We are experimenting with using Boinc to operate an internal grid for one specific application. I have successfully configured a server using the wrapper with our application and our initial tests using a grid of about 20 scattered machines have gone quite well.

As we run tests, and the tests complete, the clients on those 20 machines sit idle. When we generate a new job on the server, it takes some of the clients many hours (in one case over 24) to actually get new tasks. Of course, if I hit the update button on the client it gets new work right away and starts computing.

Is there a configuration where I could tell the clients to check for new work more frequently? I would like it to be on the order of minutes rather than hours. I understand why it needs to be the way it is in a global volunteer environment but for this use case I am hoping there is an easy way to override it without having to dig into/modify the source.
ID: 90701 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5080
United Kingdom
Message 90703 - Posted: 16 Mar 2019, 15:46:38 UTC - in response to Message 90701.  

Yes, in the client control section of the project config file on the server.

https://boinc.berkeley.edu/trac/wiki/ProjectOptions#client-control

<next_rpc_delay>x</next_rpc_delay>
In each scheduler reply, tell the clients to do another scheduler RPC after at most X seconds, regardless of whether they need work. This is useful, e.g., to ensure that in-progress jobs can be canceled in a bounded amount of time.
ID: 90703 · Report as offensive
OBrash

Send message
Joined: 16 Mar 19
Posts: 6
United States
Message 90705 - Posted: 16 Mar 2019, 16:10:29 UTC - in response to Message 90703.  

Thank you. That is exactly what I was looking for.
ID: 90705 · Report as offensive

Message boards : Server programs : Frequency of getting new tasks on local grid

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.