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
I'm trying to implement a password rotation mechanism for our app,
in the job handler, I'm trying to put the job back to queue and run in a specific interval, so when user created we'll put the password in the queue for rotation in 500 secs
I'm trying to implement a password rotation mechanism for our app,
in the job handler, I'm trying to put the job back to queue and run in a specific interval, so when user created we'll put the password in the queue for rotation in 500 secs
The handler it looks like this:
Is this a good idea? Do you have any suggestions?
The text was updated successfully, but these errors were encountered: