-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a Redis queue to sasquatch-backpack's usgs module #52
base: main
Are you sure you want to change the base?
Conversation
8f1b9db
to
c9d0a9e
Compare
Asyncio bugs to be fixed in later commit
c9d0a9e
to
1cd1934
Compare
Adding the queue brings up some interesting questions as to what to do with the locally run command. In an ideal world, the local instance is able to query the remote redis database and determine what to send and what not to send. However until that's figured out, running locally runs into a problem where sending data to remote will end up duplicating items. For now I'm going to rename the |
Trying to account for additional API sources, as initial implementation was only for usgs
Very broken right now; to be fixed as soon as possible. Old implementation was too specific in scope and needed a minor refacor away from pydantic redis towards some kind of set storage solution via redis? Intended usage is to actually use the keys and values rather than just check the keys for the presence of an id, and place garbage in the values, which feels stupid. |
To add tests. |
1ed973f
to
7711b02
Compare
tests still unable to locate the tox-hosted redis server. Will continue to debug on thursday. |
No description provided.