Details
-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
Description
Problem
Make alert "Alert: Bitbucket is reaching resource limits." visible only to administrators
In many cases displaying this alert to all user can create more overhead for administrators trying to resolve the problem. The main reason for this that it generates a lot addition support requests.
Suggested Solution
Allow banner to be hidden or make only visible to admins
Workaround
It is possible to disable the performance warning banner per the server busy configuration properties.
- Must modify BITBUCKET_HOME/shared/bitbucket.properties
- Add the following:
# Controls how long a warning banner is displayed in the UI after a request is rejected due to excessive load. # This value is in minutes. Using 0, or a negative value, disables displaying the banner. server.busy.on.ticket.rejected.within=0
- Restart Bitbucket for the changes to take affect
This does not disable it for standard users to make it visible for administrators. This completely disables the warning banner. Only proceed if you have other monitoring controls in place for the hosting, command, and ref tickets.
Attachments
Issue Links
- mentioned in
-
Page Loading...