Can you tell if this is a problem with your jenkins setup or is it a problem with jenkinsapi?
We use python-jenkins (https://pypi.python.org/pypi/python-jenkins) and have not experienced this issue, so you might want to give that one a try. On Thursday, July 9, 2015 at 11:34:49 PM UTC-7, Thomas Bohnstingl wrote: > > Hi *, > > I am using the python jenkinsapi which is communicating with jenkins over > REST API. > Logging in is very easy with "Jenkins(view, username, password)". > > Now I am facing the problem, that I run a large number of accesses over > this api, where only > small data packages are transferred. (Get job names, build numbers, etc. > ...). > The problem is, that it takes very long time for jenkins to check my > identity and only little time to > send me the answer. > > My question is, if there is a way to avoid these overhead times somehow? > > Best regards, > Thomas > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0704bae0-cc26-4abe-848f-11f0920f5093%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
