Skip to content

SQL Backend implementation#46

Open
yoshrote wants to merge 1 commit intomainfrom
sql-backend
Open

SQL Backend implementation#46
yoshrote wants to merge 1 commit intomainfrom
sql-backend

Conversation

@yoshrote
Copy link
Copy Markdown
Owner

Partially to test the Protocol specs and partially for practical purposes I want to implement a SQL backend for managing tasks, queues, dead letter queues, and the task scheduler.

All of these components need to be contained within a single data store in order to safely move tasks through queues without risk of losing information so this is a big refactor to see how small of a change we can make it to add new backends.

I suspect the StateManager will need to be tweaked since it was built with redis in mind, but the plan it to get it into a shape that new backends should only need to add new adapters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant