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

[FEATURE REQUEST] Implement queueing system #33

Open
anzharip opened this issue Nov 18, 2020 · 0 comments
Open

[FEATURE REQUEST] Implement queueing system #33

anzharip opened this issue Nov 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@anzharip
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently when the service crashed, the incoming tweet and tweet to be sent is lost. The current queue is only a simple in-memory array.

Describe the solution you'd like
I'd like to have a more robust queueing system, so that when the service crashed due to an unexpected exception, the incoming tweet and tweet to be sent will still be intact, and the processing can resume.

Describe alternatives you've considered

Additional context
n/a

@anzharip anzharip added the enhancement New feature or request label Nov 18, 2020
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