77 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ---
  2. title: Ghost publication: dents are published, although it says they are not
  3. author: notabug.org/aab
  4. time: Tue, 03 Sep 2019 15:38:09 UTC
  5. status: closed
  6. ---
  7. author: notabug.org
  8. time: Tue, 03 Sep 2019 15:38:09 UTC
  9. content: -----
  10. When i try to publish a dent, the wheel on the button keeps spining. In the log, it seems that it tries to send the notice to all subscribers before confirming. There are about 25 "401 Unauthorized" lines, and then this: <code> 2019-09-03 15:24:01 LOG_ERR: [khp.ignorelist.com:61946.9afb0821 POST /notice/new] 27 instance/s failed to handle the create-note activity! </code> And in the UI, it says this: Sorry! We had trouble sending your notice. The servers are overloaded. Please try again, and contact the site administrator if this problem persists. However, when refreshing the page, the notice is published.
  11. -----
  12. author: notabug.org
  13. time: Tue, 03 Sep 2019 15:43:16 UTC
  14. content: -----
  15. Hi, I have the same issue. It happens also when trying to delete a notice. Except the notice is not deleted at all.
  16. -----
  17. author: notabug.org
  18. time: Tue, 03 Sep 2019 19:56:34 UTC
  19. content: -----
  20. Yes, i can also confirm what @ziggys says.
  21. -----
  22. author: notabug.org
  23. time: Tue, 03 Sep 2019 20:25:59 UTC
  24. content: -----
  25. Hello @aab, @ziggys Recently I've also noticed some of that slowness and strange behavior. I found the code that is most likely responsible for that and I'll be fixing it. I'm also working in a plugin that will better handle the coexistence of AP and OStatus (and other future protocols that may be implemented). I believe all this will not only provide a better experience but also solve some of the problems you are experiencing. I'll leave this issue open just in case more related problems show up or if I need further details.
  26. -----
  27. author: notabug.org
  28. time: Sun, 03 Nov 2019 14:20:25 UTC
  29. content: -----
  30. Using the plugin RedisQueue solves, or at least mitigates, the slowness problem.
  31. -----
  32. author: notabug.org
  33. time: Tue, 05 Nov 2019 19:15:28 UTC
  34. content: -----
  35. In my case, using RedisQueue doesn't have any impact there. Actually, usign queuedaemon worked for me.
  36. -----
  37. author: notabug.org
  38. time: Wed, 08 Jul 2020 09:49:45 UTC
  39. content: -----
  40. This was 10 months ago and we've fixed various bugs related to postman and queues, we think this is fixed right now but further testing will be done, closing for now.
  41. -----