How frequently do regular jobs run?

I am trying to figure out how much time it takes for automatic group membership to be assigned when a user adds an alternate email with a domain associated with a group.

I have been looking into the code and found the AutomaticGroupMembership job that does the automatic group assignments, however, I cannot find how frequently this job runs. Unfortunately, I don’t have a running instance of discourse to look into the Sidekiq so hard to go any further than this.

Can someone kindly guide how frequently regular jobs runs and hence what might be the max time latency between the user adding an alternate email and them getting the group membership?

1 Like