-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a queue rate limiting bug allowing to save invalid Redis keys
When providing the queue name as string the QueueManager API for queue rate limiting didn't validate the queue name parameter which causes saving invalid Redis keys. This commit fixes the issue and allows queue name parameter to be correctly processed.
- Loading branch information
Showing
1 changed file
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters