!Friendica Admins Is it really ok to have over 100.000 Inspect deferred worker queue? Everything on my instance works great, but that number is immense. These are the deferred ones paste.trom.tf/ejuhetucoc.apach… - I still do not understand if it is fine and I should ignore them or there is something I can do about them.

EDIT: I have submitted an issue here github.com/friendica/friendica… - can be helpful for others too,

Friendica Admins reshared this.

in reply to utzer [Friendica]

Deferred tasks are background tasks that failed for an external reason (remote contact not reachable for example) and will be retried at a later date, with increasing delay each subsequent retrial. As a result they don't take up any resources while they're waiting for their due date.

Via github.com/friendica/friendica…

That's very good to know. External reasons.

Friendica Admins reshared this.