LearnersGuild / idm

identity management service
MIT License
2 stars 24 forks source link

Queue userCreated queue items for ALL new user inserts, not just learners #203

Closed heyheyjp closed 7 years ago

heyheyjp commented 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.

Related: #201

heyheyjp commented 7 years ago

Fixed in https://github.com/LearnersGuild/idm/pull/202.