Makes sense in principle, but yields about 20k fewer entries it seems (even when filtering only for the "pushed" jobs).
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 21 2024
Nov 21 2024
Nov 19 2024
Nov 19 2024
Nov 18 2024
Nov 18 2024
Take a look at App\Jobs\User\DeleteJob, it will add STATUS_DELETED after all code before passes (does not throw an exception). So, checking for missing STATUS_DELETED should be included, and probably should be enough to check just this one.
Only count actually pushed jobs
mollekopf added a reviewer for D5016: Some means to partition a user:resync into smaller batches: Restricted Project.
In D5014#62904, @machniak wrote:Also, whereNot('status', '&', User::STATUS_DELETED) would probably do the same. This status is set after user deletion from LDAP/IMAP was successful.
Also, whereNot('status', '&', User::STATUS_DELETED) would probably do the same. This status is set after user deletion from LDAP/IMAP was successful.
Maybe where deleted_at < "5 seconds ago" would be better to give some slack to users deleted "right now".
mollekopf added a reviewer for D5014: Metric to detect users that need a cleanup: Restricted Project.
Nov 17 2024
Nov 17 2024
Nov 15 2024
Nov 15 2024
Nov 14 2024
Nov 14 2024
Nov 13 2024
Nov 13 2024
Nov 12 2024
Nov 12 2024
Nov 8 2024
Nov 8 2024
Nov 6 2024
Nov 6 2024
mollekopf committed R113:b238f881846b: Don't log an imap authentication error when log_logins=true (authored by machniak).
mollekopf committed R113:4a4efe835cdc: Optimize fetchPartBody() for huge results w/o formatting and decoding (authored by machniak).
machniak committed R113:8cc559a6f057: Fix getting IMAP vendor name (#9654) (authored by Pablo Zmdl <57864086+pabzm@users.noreply.github.com>).
machniak committed R113:ffb2cf7929b7: vcard: Fix whitespace handling in line cont's (#9637) (authored by respiranto <github023@respiranto.de>).
GitHub <noreply@github.com> committed R113:5504a7ccb91c: add MariaDB to INSTALL (#9597) (authored by Robert Silén <robert.silen@iki.fi>).