Skip to content
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

Improve error handling #4

Open
5 tasks
EnriqCG opened this issue Jan 1, 2021 · 1 comment
Open
5 tasks

Improve error handling #4

EnriqCG opened this issue Jan 1, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@EnriqCG
Copy link
Owner

EnriqCG commented Jan 1, 2021

Right now, there is very little error handling happening inside the module. I consider robust error handling a must to have this module in a production environment.

Here's a list of situations that must be correctly handled at run time. Feel free to post more in the comments.

  • Asserted exchange/queue already exists with different settings
  • Non-asserted exchange/queue does not exist
  • Connection times out
  • Connection with the AMQP host was lost
  • getChannel() for a connectionName that does not exist
@EnriqCG EnriqCG added the enhancement New feature or request label Jan 1, 2021
@EnriqCG EnriqCG added this to the Version 1.0 milestone Jan 1, 2021
@EnriqCG EnriqCG mentioned this issue Jan 1, 2021
9 tasks
@EnriqCG
Copy link
Owner Author

EnriqCG commented Nov 9, 2021

Descoping this to the v1.1 Milestone.

@EnriqCG EnriqCG modified the milestones: Version 1.0, Version 1.1 Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant