daily cron job to send all the usernames from ashoat's keyserver to the identity service.
the logic here is very similar to the logic added to the account-creator.js
Depends on D8330
Differential D8331
[keyserver] cron job to sync reserved usernames varun on Jun 27 2023, 7:45 AM. Authored by Tags None Referenced Files
Subscribers
Details daily cron job to send all the usernames from ashoat's keyserver to the identity service. the logic here is very similar to the logic added to the account-creator.js Depends on D8330 Modified cron job schedule to force a run and observed that usernames were added to the identity service's reserved usernames table locally
Diff Detail
Event TimelineComment Actions Instead of syncing it using chron, can't we call the API as a part of user registration / account deletion? Comment Actions We do that as well in D8300. This change is just for initial syncing and then in case of a network failure or identity service issue
|