Question
Agents and agents schedule
Hi ,
I have few queries on agents , looking for someone to provide response for the same
1. I have a standard agents which runs on 4 nodes and agents has pick records in database table like out of 2000 records agent in node1 has to pick first 500 records and work , agent in node2 next 500 records, node 3 next 500 records node 4 last 500 records . How can we do this ?is there any way possible where agent can acquire lock on first 500 records?
2. I have an agent which should run daily from 10:00 to 12:00 and from 18:00 to 22 :00 . how to do using using single agent ?
Hi,
For the first requirement,you can try to set the max records to process as 500 so that,each node will process only 500 requests in one attempt and as the agent will be running in all the 4 nodes,each node will process 500 requests each.
I don't think the second requirement can be achieved using single agent configuration.