Results 1407 comments of Nutomic

No I misread, the second log shows some outgoing HTTP requests. Seems that the loop is stopped, but some scheduled tasks are still active at that point. The logs you...

So it prints "beginning of loop", but not "middle of loop" which indicates that the problem is with `scheduler.run_pending().await;`. Not sure what that could be, and unfortunately the library hasnt...

Do you still have this issue? Is there any possibility that your server or Lemmy is restarted at midnight, eg by a cronjob?

Try setting `restart: no` for lemmy in docker-compose.yml. Then if the container crashes for any reason it wont restart, and you should see some reason in the logs. Also you...

You can run `update instance set updated = now();` to mark all instances as alive.

This is not a real solution because there is no effective way to find out which instances are manipulating votes. https://github.com/LemmyNet/lemmy/issues/4088 would be much more effective. Also https://github.com/LemmyNet/lemmy/issues/1487#issuecomment-1776942965 would help.

The instances you shared as examples for bot voting (social.venith.net and x69.org) have almost no posts. Why not simply put them on the normal blocklist? I dont see why it...

Another option would be a plugin system which looks at incoming activities and decides whether to accept or reject them based on different criteria. That could be used to implement...