Responsive slow problem solving when Redmine creates and modifies problems (pro test)

tags: redmine

1. Because the email will be sent when the problem is newly created and updated, and it is synchronized, that is, it will not be submitted until the email is successfully sent. The way to send mail is changed to asynchronous operation:

Go to the installation directory: C:\Bitnami\redmine-3.4.6-4\apps\redmine\htdocs\config
Edit configuration.yml
founddelivery_method: :smtp,willsmtpChanged toasync_smtp, save and exit
Restart redmine related services


2. Log in with an administrator account: Configuration -> Email Notification:
Save all the options in the action option for selecting the email notification to be unchecked.

The reason for the slowness is that the email will be sent when the problem is added, and the operation will not return until the transmission is successful, so it will be very slow.
Another solution is to change the mode of sending emails from synchronous to asynchronous, which means that the action that creates the problem triggers the sending of the message, but does not wait for the message to be sent successfully.

è¿éåå¾çæè¿°

Intelligent Recommendation

IDEA creates a struct2 problem error solution (pro-test valid)

Error case Every family has a difficult experience, below I will solve the confusion for you, pro test effective Open the web.xml file and delete the "ng." in the following line. You open th...

COUNT slow problem solving

For paging, do not know why, remove the normal execution query soon, plus count statistics, the first passed, the end of the month. That is also experimenting with count (primary key), no, last added ...

teamviewer detected as problem solving -win10 commercial papers (by pro-test)

When using teamviewer remote, if a commercial is detected, it will prompt you to indicate this remote can only last a few minutes. Here are win10 solutions. 1. Uninstall teamviewer Ways: from the cont...

Ubuntu18.04 downloads slower problem solving [Pro test is effective]

1 find Software & System 2 Change the image of the download source (as shown) 3 call out the terminal execution command Shortcut: Ctrl + Alt + T Enter Terminal enter apt-get update// Update the li...

Android prompts Cannot Resolve Symbol 'AppCompatActivity' problem solving, pro test

Today, from the CLONE code area, discovery from the CLONE. AppCompatActivity has been reporting error cannot Resolve Symbol 'AppCompacActivity' Even if IMPORT has been corresponding to the package, th...

More Recommendation

vue elementUI overrides the style of el-tree, modifies the color when the mouse is clicked and the background color when the node loses focus (valid for pro-test)

First look at the renderings: Of course the color can be customized, put down the code below:   Put the above code in the tag <script> </script> to change the style, Let's explain the...

Redmine outside the network to solve the problem of slow access speed

With an access speed of the external network giant slow unparalleled phenomenon Once deployed Redmine, checked online and found widespread use as a web server webrick slow phenomenon, most of the solu...

Solving: Problems encountered when python automatic test BeautifulReport output

Solving: Problems encountered when python automatic test BeautifulReport output The following can be output normally, filename = "report" Then I changed the filename to the time I set + &quo...

windows under Bitnami Redmine installation (apache stopped problem solving)

Bitnami Redmine official website:https://bitnami.com/stack/redminedownload ============== focus here: If you open so: click on the tab bar Manage Servers is such that: then you have come to the right ...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top