hello to all,
httpjob in an app I'm using to query a webservice call per minute.
after a while my app fails, error 500 too many open sessions.
you have an idea of what can be? app or webservice
thanks
Look at a possible quota for requests... Maybe 1440 Requests per day is not allowed with your account. And therefore your requests are probably blocked...
thanks donmanfred, but after 20/30 minutes app working properly,
while if I delete ws recopy them from the server and it works.
app now limit myself with fewer calls to ws waiting to find the cause of this problem is definitely on the server.
greetings