solarbird
Forum Replies Created
-
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland Gotcha. It did not, indeed, find anything to throw into the outbox or cron queue.
Anyway!
To close things out: Everything seems to be running normally at this point. I have been doing a little perf/tolerance testing and ended up boosting the php run time to 60 seconds before testing to verify I could process an edit to completion with a queue length of 600.
Upon discovering that I could, I then set the queue length back down to 300 in what I hope is an excess of safety margin. This should cut this particular sort of cron event by two-thirds and hopefully make it all more manageable should a similar unfortunate event happen again. xD
Thank you both very much again for all the help, this has been very educational, and I’m glad you got something out of it too. Have a good evening, or whatever it is where you are!
- This reply was modified 1 month, 2 weeks ago by solarbird.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testForum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testOutbox EMPTY! 😀
$ ./wp post list --post_type=ap_outbox --post_status=pending
+----+------------+-----------+-----------+-------------+
| ID | post_title | post_name | post_date | post_status |
+----+------------+-----------+-----------+-------------+
+----+------------+-----------+-----------+-------------+
$Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testhm hm hm
last item in outbox is an update to a post that never federated properly and it doesn’t seem to want to process. should I mark it the same way we marked the 9000?
| 45357 | [Update] Note: are we caught up? yes,… | | 2025-02-17 13:38:01 | pending |
WAIT NO it finally launched a crontask, let’s see what it does…
- This reply was modified 1 month, 2 weeks ago by solarbird.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland The big one is definitely the second in your list, from my POV. I really didn’t expect that to send update events – particularly for the majority of these posts which had never even been federated!
…and that might be something else to check for. It looks to me like every post generated an update, even if it had been created before installing and enabling ActivityPub. So it wouldn’t’ve had a “do not federate” status – or any status for that field at all. Most of the posts on here are imported from other blogs including Dreamwidth and Livejournal, and I put them all in place appropriately backdated before installing AP.
(I am, as far as I know, the only person to successfully import from a full Dreamwidth export. I put my code on github. It is… fugly. But it worked!)
I disabled pingback/trackback through the post quick edit interface – select all items on a post list page with the number per page cranked up. Select group edit, change just the one setting, hit save. I knew it’d take some time to process, but that it would all get queued up, and that part worked as I expected. No more pingback spam. I just did not think about activitypub! xD
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland Ah! Of course. Done.
(I am going to write up so many notes after this. It’s been educational and I appreciate that)
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testForum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testTwo still in outbox, the two oldest ones.
| 45360 | [Create] Note: Are we federating again?Let’s find… | | 2025-02-17 13:39:43 | pending |
| 45357 | [Update] Note: are we caught up? yes,… | | 2025-02-17 13:38:01 | pending |Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testOkay, we got the test reply through at minute 59. It was clearly one of the 600-item tasks. apache’s logs are not repeating the PHP errors, as… well, one would expect. Outbox down to 3 items.
| ID | post_title | post_name | post_date | post_status |
| 45372 | [Create] Note: After 29 minutes (ish), it… | | 2025-02-17 14:12:00 | pending |
| 45360 | [Create] Note: Are we federating again?Let’s find… | | 2025-02-17 13:39:43 | pending |
| 45357 | [Update] Note: are we caught up? yes,… | | 2025-02-17 13:38:01 | pending |- This reply was modified 1 month, 2 weeks ago by solarbird.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testOkay, I’ve cleared the queue of its last 600-item event, the 100-item events should be running in a few seconds, and the 600-item event should requeue itself in… how long?
There are currently four items in outbox:
+-------+-----------------------------------------------------------------+-----------+---------------------+-------------+
| ID | post_title | post_name | post_date | post_status |
+-------+-----------------------------------------------------------------+-----------+---------------------+-------------+
| 45373 | [Announce] Create: After 29 minutes (ish), it… | | 2025-02-17 14:12:00 | pending |
| 45372 | [Create] Note: After 29 minutes (ish), it… | | 2025-02-17 14:12:00 | pending |
| 45360 | [Create] Note: Are we federating again?Let’s find… | | 2025-02-17 13:39:43 | pending |
| 45357 | [Update] Note: are we caught up? yes,… | | 2025-02-17 13:38:01 | pending |
+-------+-----------------------------------------------------------------+-----------+---------------------+-------------+oh, and I forgot to note: there were “No events found for hook ‘activitypub_reprocess_outbox’.”
- This reply was modified 1 month, 2 weeks ago by solarbird.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland Okay so first I’m bringing that back down to 100. Will the actual processing adjust back down to that on requeue?
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland That’s what it looks like to me, too – I do have access to literally everything, so I can throw that into …
wait I just found some shit in apache’s logs
OKAY. Now I just need to remember how to up this execution time limit.
(Is this a side-effect of upping the queue size to 600?)
[Mon Feb 17 14:19:20.162754 2025] [php:notice] [pid 1972963:tid 1972963] [client 50.47.64.109:33918] Cron unschedule event error for hook: activitypub_async_batch, Error code: could_not_set, Error message: The cron event list could not be saved., Data: {"schedule":false,"args":[["Activitypub\\Dispatcher","send_to_followers"],45358,600,0]}
[Mon Feb 17 14:42:56.736577 2025] [php:error] [pid 1975434:tid 1975434] [client 50.47.64.109:58510] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /home/kahvi/public_html/blog/wp-includes/Requests/src/Transport/Curl.php on line 510- This reply was modified 1 month, 2 weeks ago by solarbird.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland Certainly nothing new. We also run the Friends plugin, but that’s not new either, we’ve been running it for months. I have these plugins active:
ActivityPub
Advanced Excerpt
Askimet
Classic Editor (which I don’t even use)
Friends
Include Mastodon Feed
Independent Analytics
JournalPress (cross-poster to Dreamwidth)
WP-Control
and that’s itForum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland Yeah I changed it back briefly, then changed it back to 600 again. This was because we seemed momentarily to be working, and then we weren’t again, and I wondered if the 600 queue size was somehow causing problems. But it wasn’t, so I went back to 600 again.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testHere’s what’s sitting in the outbox:
+-------+---------------------------------------------------------------------+-----------+---------------------+-------------+
| ID | post_title | post_name | post_date | post_status |
+-------+---------------------------------------------------------------------+-----------+---------------------+-------------+
| 45379 | [Announce] Update: Are we federating again?Let’s find… | | 2025-02-17 14:23:44 | pending |
| 45378 | [Update] Note: Are we federating again?Let’s find… | | 2025-02-17 14:23:44 | pending |
| 45373 | [Announce] Create: After 29 minutes (ish), it… | | 2025-02-17 14:12:00 | pending |
| 45372 | [Create] Note: After 29 minutes (ish), it… | | 2025-02-17 14:12:00 | pending |
| 45360 | [Create] Note: Are we federating again?Let’s find… | | 2025-02-17 13:39:43 | pending |
| 45358 | [Announce] Update: are we caught up? yes,… | | 2025-02-17 13:38:01 | pending |
| 45357 | [Update] Note: are we caught up? yes,… | | 2025-02-17 13:38:01 | pending |
+-------+---------------------------------------------------------------------+-----------+---------------------+-------------+