Skip to main content


Friendica Support reshared this.

The function is just named this way. No worries.
@Michael Vogel @utzer (on squeet.me) ah, the queue is growing by about 20000 jobs a day since the server is back up.

oh just now I see the first decrease in days, since the morning the queue went down from 105000 to 90000, so maybe the trend is over now. Let't see.

Thanks for explaining this.

@Michael Vogel lets see, stable at 90000 now, but jpm is not that bad for prio 40 jobs I guess, especially for these timeconsuming remote contact renewal or whatever it is doing.

But yes, I guess generally it seems fine.

I wonder when the upgrade jobs will happen, /friendica version is still not latest.

@Michael Vogel still wonder how I can actually see if it is doing anything about that postupdate.
Nothing for tail -F friendica.log|grep "post\ update" so far.

@Michael Vogel oh damn... also this night something happened about that:

2021-08-11T02:58:53Z worker [NOTICE]: Execute post update. {"version":1433} - {"file":"Update.php","line":189,"function":"run","uid":"f2915d","process_id":3662219}

oh and

friendica.log.2.gz:2021-08-09T15:26:19Z worker [NOTICE]: Execute post update. {"version":1432} - {"file":"Update.php","line":189,"function":"run","uid":"a0fea6","process_id":1823240}

but still that is not reflecting 1427/1423 in /friendica. πŸ€”

You can have a look for the string "PostUpdate.php". There you should see more.
@Michael Vogel now running the tail with grep -E 'post\ update|PostUpdate.php'
Just pull. This can run in the background.
⇧