Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

changing outgoing sync frequency to CQ

How do I change the outgoing sync frequency to CQ. I think the polling period in cqconnector.properties is for incoming sync frequency. I checked the page here but notseeing polling for outbound

https://adtarch:9443/jazz/admin#action=com.ibm.team.repository.admin.configurationProperties

0 votes



3 answers

Permanent link
How do I change the outgoing sync frequency to CQ. I think the polling period in cqconnector.properties is for incoming sync frequency. I checked the page here but notseeing polling for outbound

https://adtarch:9443/jazz/admin#action=com.ibm.team.repository.admin.configurationProperties


In beta 2, the admin web UI is not exposing configuration properties for periodic background tasks (it will in the next milestone build). In the meantime, you can add something like this to the teamserver.properties file for your Jazz server:

-Dcom.ibm.team.interop.OutgoingSyncTask.fixedDelay=60

The value is in seconds. (The default is 300, and 60 is the minimum.) You'll have to restart the server after making the change.

John
ClearQuest Connector Team

0 votes


Permanent link
I think you mean adding "com.ibm.team.interop.OutgoingSyncTask.fixedDelay=60" without "-D".

Also, is there a reason why the minimum is 60 seconds? inbound can be as low as 1 second.

0 votes


Permanent link
I think you mean adding "com.ibm.team.interop.OutgoingSyncTask.fixedDelay=60" without "-D".

Also, is there a reason why the minimum is 60 seconds? inbound can be as low as 1 second.


Sorry, right - no -D.

This task is running in the Jazz server, which is serving many purposes. I don't think you'd want the Jazz server to be using all it's CPU cycles just to send data to CQ. Whereas, the only purpose for the CQ gateway is to send data to Jazz, so it has nothing else to do.

John
ClearQuest Connector Team

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jan 23 '08, 9:07 a.m.

Question was seen: 7,629 times

Last updated: Jan 23 '08, 9:07 a.m.

Confirmation Cancel Confirm