Matthias Pfefferle
Forum Replies Created
-
Oh nice! I am happy that thanks for reporting it back!
I think we might have to add the Cloudflare hint to the plugins FAQ, because this is a case that happens quite often lately ??
Happy federated blogging ??
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland I think these are the long running ones, that were already started when @solarbird changed the const.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird there seem to be still some old ones running, that delay the queue (all batches that still use 100 as offset).
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird nice! it seems that the queue is nearly up to date now! maybe still a bit slowed down by some long running old queues, but I think it should normalize in the next view mins/hours!
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress testForum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird It seems that my Follow request got an accept!
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird perfect, that’s why I asked ??
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird then let’s wait a sec! have you disabled WP_CRON in the wp-config?
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird this CLI command will remove the outbox items from the queue limited to 500 items. so you have to run it several times:
wp post update $(wp post list --post_type=ap_outbox --post_status=pending --format=ids --posts_per_page=500) --post_status=publish
they are not all historical posts – a bunch of replies never went out, nor did a followup post.
You can re-queue these when its running again ??
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland what about setting the outbox items to
publish
using the CLI? these are historical posts, so no need to federate them!?! or am I wrong @solarbird ?@obenland could that work?
wp post update $(wp post list --post_type=ap_outbox --post_status=pending --format=ids --posts_per_page=500) --post_status=publish
- This reply was modified 1 month, 1 week ago by Matthias Pfefferle.
- This reply was modified 1 month, 1 week ago by Matthias Pfefferle.
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird maybe also delete
activitypub_reprocess_outbox
!Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird shouldn’t make any difference!
@obenland with the reprocess task, the outbox makes a difference ??
Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird ok, this blocks the queue massively! can you delete all entries named
activitypub_async_batch
? And then re-try following?Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@solarbird I have enabled a view on the outbox custom post type, that will be released with the next version. This would allow you to check the Outbox and to delete the entries.
Have you checked the scheduled Crons with the plugin
/wp-admin/tools.php?page=wp-crontrol
?Forum: Plugins
In reply to: [ActivityPub] Accidental maximum stress test@obenland @solarbird went through old posts and updated them, so the Outbox and Schedulers might be spammed with historic data and unless it is not fully processed, new posts won’t be federated and/or followers won’t receive an
Accept
on a follow request.