First time here? Check out the FAQ!
0

Add comment in sluggish
 

In Ask Fedora instance, adding a comment takes a long time. Refer to https://ask.fedoraproject.org/question/24892/stop-spamming-people/?comment=24949#comment-24949 for a report.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mether's avatar
1.5k
mether
asked 12 years ago

Comments

see more comments

1 Answer

0

There are two parts to this issue: sending email alerts takes time and it will delay making posts, if alerts are sent synchronously. To address this - enable the celery daemon, with that messages will be sent asynchronously.

Secondly - in the older version of askbot the updated comment shows only after the server gives response. The newer version 0.7.49, when released will have instant comment display, future versions will have instant question and answer display as well.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago, updated 12 years ago
link

Comments

Any ETA for the .49 release? We should be able to deploy it quickly after the official release. Thanks!

mether's avatar mether (12 years ago)
mether's avatar mether (12 years ago)
see more comments