Matthias Pfefferle
Forum Replies Created
-
Forum: Plugins
In reply to: [Open Graph] OG Picking 3 ImagesI added an option to define the number of images in the
wp-config.php
like that:define( 'OPENGRAPH_MAX_IMAGES', 1 )
Forum: Reviews
In reply to: [ActivityPub] Excellent plugin which increases traffic and interactionThanks a lot for the kind words and even more for your translations!!!
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 ago by Matthias Pfefferle.
- This reply was modified 1 month 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?