An update on the worker issue at Friendica.World


I haven't heard back on the GitHub issue for a few days now. Not sure we'll be able to get the process tuned to get more jobs done any time soon.
Meanwhile, it seems the speed has improved a bit without any changes, no idea why. It's now doing a bit over 70000 jobs per day. The queue currently is at 370000, which means somewhere this weekend it should be caught up.

Then we can carefully try to re-enable some features that we disabled, like the Bluesky bridge, and contacts discovery etc.

I've opened a second issue for help on enabling the mail connector: github.com/friendica/friendica…

Welcome to Friendica.World !


Some issues still with Friendica.World


There still are some issues with Friendica.World (but we're working on it...)

First and foremost, the worker, which is executing the jobs (which do everything ) can't keep up. This is being addressed in github.com/friendica/friendica…

Then, image uploads don't work for large images (over 5MB?), while the settings have a max of 200MB defined (and php.ini has 500MB)

Lastly (for now), the backup locks the database. We need to test to use options to skip the locking of tables.

If there are any other issues you notice, let us know!

in reply to Ruud

Some issues still with Friendica.World

@ruud Is Friendica set to the 200MB limit? When trying to upload an image in the image section of my profile, I get an error message shown, where 'nginx ' is printed below the actual image error message. This doesn't look like a PHP error message to me. I haven't ever used nginx, though.
A quick search reveals that nginx has a client_max_body_size parameter to limit the size of uploads. The default is 1MB. Could this be the problem?

I have posted this with Tusky.

Ruud reshared this.

@RaccoonForFriendica new version 0.4.0-beta04 available for testing!

Changelog:
- fix for a bug after adding/removing a post to favorites which led to lose custom emojis;
- fix spacing between post and reply placeholders when using the new Card layout;
- fix a minor accessibility issue with the new audio player;
- fix crash when rendering some HTML posts;
- fix "floating" (overlapping) images for embedded contents;
- localization updates (included support for upcoming Romanian translation);
- library updates.

I think we are almost ready for the 0.4 version. In the meantime I've submitted both Raccoon apps to Google Play so I may be needed some volunteers to participate in the closed testing program before the apps can be made available to the general public.

Happy New Year and remember to #livefasteatrash

#procyonproject #raccoonforfriendica #fediverseapp #friendica #friendicadev #mobileapp #mobiledev #kotlin #kmp #compose #opensource #foss #sideproject

reshared this

Sorry for the downtime and delays last few days


I am still trying to get the jobs being processed faster. It looks like something is wrong with that, I've opened a ticket at Friendica's Github about it (github.com/friendica/friendica…)

While trying to troubleshoot/tune, I managed to get the site broken a few times.
Also, our hoster Hetzner had an issue today causing the server to go down.

Hopefully the downtime will be minimal from now on. Also I scaled up the server significantly. Now we just need a solution for the worker not working as it should (see beforementioned issue on Github) I hope you'll be patient :-)

Bluesky addon


I have enabled the Bluesky addon on Friendica.world

I have tested (connected this account to @friendicaworld.bsky.social) which seems to work. My posts arrive on Bluesky.

So far, I have 2 findings:
- I couldn't yet get it to work when using a self-hosted PDS (I host bskysocial.world)
- I also couldn't get the friendica.world domain to work yet.
I see that it tries to go to ruud.friendica.world/.well-kno… so I enabled wildcard subdomains. That worked, but now there's no content in .well-known/atproto-did so I need to figure out how to get that there.

To be continued...