You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a second cron scheduler (say runs every minute), and second lambda that removes users from blackhole group
Then this solution will only email once a day, will auto-unlock the user quickly once they make their password change, your lambda code is clearer and there is more clarity in the logs about what is happening.
Should be a marginal cost impact to run the lambda each minute, especially compared to manual unlocking.
The text was updated successfully, but these errors were encountered:
Create a second cron scheduler (say runs every minute), and second lambda that removes users from blackhole group
Then this solution will only email once a day, will auto-unlock the user quickly once they make their password change, your lambda code is clearer and there is more clarity in the logs about what is happening.
Should be a marginal cost impact to run the lambda each minute, especially compared to manual unlocking.
The text was updated successfully, but these errors were encountered: