Closed heyheyjp closed 7 years ago
Currently, jobs for the userCreated queue are only created for users with the LEARNER role. Instead, we want to do background processing for all new user accounts. We can remove the changefeed filter on roles.
LEARNER
Related: #201
Fixed in https://github.com/LearnersGuild/idm/pull/202.
Currently, jobs for the userCreated queue are only created for users with the
LEARNER
role. Instead, we want to do background processing for all new user accounts. We can remove the changefeed filter on roles.Related: #201