Is there a criteria for the Users Directory?

When I got to /users not all of the registered users are showing - is there some criteria that has to be met before they appear? There are people who have posted who are not showing in the list too.

Is it a tine thing?
AFAIK the list relies on a scheduled job having been run to populate it.

2 Likes

@Mittineague is right. This page is populated via a scheduled job that runs every hour.

3 Likes

Ah right thanks - though I guess it’s a daily job rather than an hourly one as it took longer than an hour (had a quick look but didn’t spot anything here).

There’s actually 2 jobs. One that runs every hour for the daily period and another one that runs every day for other periods

https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/directory_refresh_daily.rb


https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/directory_refresh_older.rb

1 Like

Thanks @zogstrip! (I was looking for something with ‘user’ in the file name - duh)