Konstantin Obenland
@obenland on WordPress.org and Slack
Bio
- Member Since: December 30th, 2011
- Website: konstantin.obenland.it
- GitHub: obenland
- Job Title: Chairman of Height
- Employer: Automattic
Contribution History
Konstantin Obenland’s badges:- Core Contributor
- Core Team
- Meta Contributor
- Meta Team
- Plugin Developer
- Support Contributor
- Test Contributor
- Theme Developer
- Themes Team
- Translation Contributor
- WordCamp Organizer
- WordCamp Speaker
-
Posted a reply to Caching Activity Pub Endpoints, on the site WordPress.org Forums:
Do you have a filter that adds Activitypub endpoints to the allowlist? It doesn't look… -
Suggested 7 strings on translate.wordpress.org.
-
Committed [3283488] to Plugins SVN:
Updating readme/assets from GitHub -
Mentioned in [60189] on Core SVN:
Block Hooks: Suppress insertion next to post content wrapper block. -
Suggested 5 strings on translate.wordpress.org.
-
Posted a reply to Import Mastodon (Beta), on the site WordPress.org Forums:
It looks like that gap is a result of a missing heading. The theme doesn't… -
Posted a reply to Import Mastodon (Beta), on the site WordPress.org Forums:
I'm glad it works! Mostly :) Could you paste the post contents from the Code… -
Posted a reply to Import Mastodon (Beta), on the site WordPress.org Forums:
5.8.0 was just release, which includes video and audio support for the Mastodon importer :)… -
Mentioned in [60173] on Core SVN:
Block Hooks: Suppress insertion next to post content wrapper block. -
Posted a reply to WP Posts are not visible on Mastodon, on the site WordPress.org Forums:
I'm afraid this is not something that is currently possible. -
Posted a reply to Receiving mentions or DM (that aren’t replies), on the site WordPress.org Forums:
Email notifications for mentions will ship with the next plugin update, probably next week! editing… -
Posted a reply to ActivityPub causing Critical Error on Website, on the site WordPress.org Forums:
This should be resolved with version 5.7.0. Thanks again for the heads up! -
Posted a reply to Import Mastodon (Beta), on the site WordPress.org Forums:
We'll have some basic video and audio file support in the next version of the… -
Created ticket #63287 on Core Trac:
Unexpected output from apply_block_hooks_to_content_from_post_object -
Posted a reply to Import Mastodon (Beta), on the site WordPress.org Forums:
Hi there! You're in the right place :) There is a bit more information once… -
Posted a reply to There has been a critical error on this website., on the site WordPress.org Forums:
Yes, that explains it: The WordPress version is outdated and doesn't include these functions yet.… -
Posted a reply to There has been a critical error on this website., on the site WordPress.org Forums:
It looks like rest_validate_enum() is not loaded by the time that code executes. Is there… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
By posting new posts! :) activitypub_reprocess_outbox is just a helper in case a processing event… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Thanks! I amended my list with the not-federated-before check. should I mark it the same… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Yeah, same here, there's a lot for us to build on. Thank you so much… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Those would be good candidates for wp cron event schedule activitypub_process_outbox now --0=<post_id> then, to… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Are the events for it processed? -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
All cleared up now? -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Nice! -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
They should all be 100 item events that re-queue themselves with updated offset numbers as… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
On requeue, yes -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
hm, it looks like one of the inbox notifications maybe is what's breaking it -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Yes, that could definitely be a side effect of that. -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
I'm hitting the ends of my wits, I'm afraid. Could you run wp cron event… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
I had prepared this debug code in case you have access to your php-errors log,… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Something is clearly rescheduling these events, I'm not sure where/how that happens. Are there other… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
The ones with 100 are interesting, they should all be 600, if you've not changed… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
| hook | next_run_gmt | args || activitypub_async_batch | 2025-02-17 22:04:54 | [["Activitypub\Dispatcher","send_to_followers"],4536 || |… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Hm, that's not good. wp cron event list --fields=hook,next_run_gmt,args let's you see if the args… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
The important part is that these events get processed, it shouldn't really matter how they… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Hm. If those events get processed it should set these outbox items to publish. -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
What does the event queue look like? -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
How do I requeue those individual events? wp cron event schedule activitypub_process_outbox --0=<post_id> where post_id… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
I'd go with the 500 parameter first, to see how it goes. We're banking on… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Yeah, I've just been researching something like that, I just have no idea how it'll… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
I am currently running a secondary offboard cron which is hitting wp-cron.php every two seconds… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
I worry the site doesn't get enough traffic to process all these batch events in… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
Every activitypub_process_outbox event queues up activitypub_async_batch events to send out activities to follower inboxes. With… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
The outbox itself is not as interesting as the cron queue, which is where the… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
The outbox processing does rely on WP Cron getting triggered and will run all batches… -
Posted a reply to Accidental maximum stress test, on the site WordPress.org Forums:
But it’s in a bad state now, and we’re not federating Could you add more… -
Posted a reply to Fatal error: Uncaught error, on the site WordPress.org Forums:
Any time! Thanks for the report and giving us a chance to fix it! -
Posted a reply to Fatal error: Uncaught error, on the site WordPress.org Forums:
Yes, it's a non-public post type, I assume list checks for that -
Posted a reply to Fatal error: Uncaught error, on the site WordPress.org Forums:
That's right! Fingers crossed! :) -
Posted a reply to Fatal error: Uncaught error, on the site WordPress.org Forums:
That is correct. The cli command gets all Activities that have not been shared yet,…
Developer
-
ActivityPub
Active Installs: 6,000+
-
Author Widget
Active Installs: 100+
-
Better Code Editing
Active Installs: 30+
-
Change From Address
Active Installs: Less than 10
-
Clicky Popular Posts Widget
Active Installs: 10+
-
Debug Bar
Active Installs: 20,000+
-
Jetpack Twitter Via
Active Installs: 20+
-
Posts List Block
Active Installs: 20+
-
Shiny Updates
Active Installs: 30+
-
Twenty Eleven Showcase Slider
Active Installs: 50+
-
WP Approve User
Active Installs: 4,000+
-
WP Author Slug
Active Installs: 3,000+
-
WP Display Header
Active Installs: 8,000+
-
WP Last Login
Active Installs: 10,000+
-
WP Search Suggest
Active Installs: 600+
-
WPMU Author Description
Active Installs: Less than 10
-
WPMU Network Site Users Dropdown
Active Installs: 10+
Contributor
-
Enable Mastodon Apps
Active Installs: 500+
-
Jetpack - WP Security, Backup, Speed, & Growth
Active Installs: 4+ million
-
REST API Console
Active Installs: 90+
-
The BootstrapActive Installs: 400+