generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat : Added queue handler #37
Merged
Merged
Conversation
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
iamitprakash
approved these changes
Jan 26, 2025
iamitprakash
added a commit
that referenced
this pull request
Feb 1, 2025
* Implemented Queue (#36) * Chore : Updated .env.example * Feat : Added rabbitmq * Feat : Added exponential retry method * Feat: Added DTO for message * Bug : Fixed ExponentialBackoffRetry function * Feat : Added ExponentialBackoffRetry helper * Feat : Added Queue code * Test : Updated Test * Feat : Updated config to load queue name * Feat : Added QUEUE_URL in env * Doc : Updated readme * Chore : Updated order * Chore : Fixed broken test and added error handling * Feat : Added queue handler (#37) * Chore : Updated .env.example * Feat : Added rabbitmq * Feat : Added exponential retry method * Feat: Added DTO for message * Bug : Fixed ExponentialBackoffRetry function * Feat : Added ExponentialBackoffRetry helper * Feat : Added Queue code * Test : Updated Test * Feat : Updated config to load queue name * Feat : Added QUEUE_URL in env * Doc : Updated readme * Chore : Updated order * Chore : Fixed broken test and added error handling * Feat : Added queue handler * Add QUEUE_URL and QUEUE_NAME env (#39) * Chore : Updated .env.example * Feat : Added rabbitmq * Feat : Added exponential retry method * Feat: Added DTO for message * Bug : Fixed ExponentialBackoffRetry function * Feat : Added ExponentialBackoffRetry helper * Feat : Added Queue code * Test : Updated Test * Feat : Updated config to load queue name * Feat : Added QUEUE_URL in env * Doc : Updated readme * Chore : Updated order * Chore : Fixed broken test and added error handling * Feat : Added queue handler * chore: add queuename and url env --------- Co-authored-by: Joy <[email protected]> * replace env to vars (#41) * Feat/listening command (#43) * Feat : Added listening command * Feat : Added helper to DataPacket * Feat : Updated SendMessage Code * Test : Fixed test for DataPacket * Feat : Added listening service * Chore : Updated function declaration * Chore : Updated InteractionResponseData * Feat : Addded end-to-end implementation of listening command * Feat : Build common package for discord * WIP : Creating methods for discord * Test : Added test for commandHandler.MainHandler in QueueHandler * Test : Added test for QueueHandler * Test : Added test for MainHandler * Test : Added test * Test : Added test * Chore : Removed consoles * Chore : Removed fmt * Chore : Minor change * Chore : Minor change * feat : Moved register command flow within main.go (#45) * Feat : Moved register command flow within main.go * Refactor : Updated vars & functions name * Update commands/register/register.go Co-authored-by: Yash Raj <[email protected]> * Chore : Minor change * Chore : Minor change --------- Co-authored-by: Amit Prakash <[email protected]> Co-authored-by: Yash Raj <[email protected]> --------- Co-authored-by: Prakash Choudhary <[email protected]> Co-authored-by: Amit Prakash <[email protected]> Co-authored-by: Yash Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Date: 25 Jan 2025
Developer Name: Joy
Issue Ticket Number
Description
Added Queuehandler to accept API requests from queue's consumer
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Test Coverage