WIP: Feat use queuename attribute for routing key
- Apr 22, 2021
-
-
root authored
* Add 'queuename' attribute to the database. * Add 'queuename' to current dictionary. * Create routing key for next level of agents based on 'queuename' rather then 'username' * Black reformatting.
e13a98ad -
root authored
* Black reformatting.
8849a191 -
root authored
* Create routing key based on 'queuename' rather then 'username' * Black reformatting.
26bec03e -
root authored
* Create a queuename variable based on the percent encoding of username. * Pass 'queuename' attribute to add_user function. * Create routing key based on 'queuename' rather then 'username' * Black reformatting.
8b3f5031 -
root authored
* Add a function to percent encode username * Add parameter 'queuename' to add_user function. * Black formatting
5daca355
-