Currently, we store the queue name for each challenge using something like this:
challenge_queue_name = "{}-{}-{}".format(challenge_title, challenge_pk, random_challenge_id)[:75]
Where the challenge title can be any string. But SQS does not allow special characters in the queue name and hence we should validate the queue name before storing it.
Can i work on this?
@tawAsh1 Go ahead. :)
Hi,
Is this issue resolved?
Hey @pushkalkatara , I think it is already been added here. Hence this issue can be closed @RishabhJain2018 @deshraj
Feel free to take another issue @pushkalkatara
@pushkalkatara but the tests still left for that function, so if you want then you can work on writing tests for it.
Thanks!
@Sanji515 The tests were also written in the pull requests. Due to conflicts, it was not merged and the PR was closed due to inactivity. Should I add the tests @deshraj?
Sure @pushkalkatara .
@RishabhJain2018 ive added the tests. please review #2450
Most helpful comment
@tawAsh1 Go ahead. :)