I have a custom development to take information from Jira to another tool, the sending of information is triggered by a scheduled service, when sending the information the custom development creates a new user session, I have a license for 2000 users and Sometimes in the registry I have reached 2200 or more users, can this cause me a 503 service drop?
Look at this posts, maybe can help you
https://confluence.atlassian.com/jirakb/get-list-of-licensed-users-in-jira-server-278695452.html
Cheers
1 user multiple sessions will not cause any impact unless sessions doesnot get closed in the given time. Make sure user sessions are closed after the action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi rilwan,
The session lasts open + or - 5 minutes, the service crash occurs whenever this service is executed, can it be then the number of sessions that are opened in a specific period of time?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just 3000 connections may not knockdown the system. Make sure it doesnot create heavy load on the server due to custom development.
Also I don't think all 2000 users will login to the system at same time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the database monitor I can see the relation of the service and the consumption it generates, I am investigating to get to the reason for the falls, it may not be related or it may be that everything is related
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The 'Reads / Writes' graph shows the frequency of reads and writes to the database over a period of time. It can be helpful to correlate database usage with connection pool usage. Whenever Jira needs to access (i.e. read from or write to) the database, a database connection is required. If there are regular spikes in the reads / writes, you may need to consider raising the maximum connections available in the pool.
https://confluence.atlassian.com/adminjiraserver/monitoring-database-connection-usage-938847726.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Vero,
The related documents do not solve my doubt, a single user opens more than 2200 sessions that in the list of Current User Sessions in Jira is shown in this way, if I have a license for 2000 users and more than 3000 connect, I can knock down the machine?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.