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

Repository for MySQL 8.0 using NOWAIT (and possibly PostgreSQL) #1505

Open
7 of 10 tasks
swistak35 opened this issue Dec 14, 2022 · 1 comment
Open
7 of 10 tasks

Repository for MySQL 8.0 using NOWAIT (and possibly PostgreSQL) #1505

swistak35 opened this issue Dec 14, 2022 · 1 comment
Assignees

Comments

@swistak35
Copy link
Contributor

swistak35 commented Dec 14, 2022

  • make Repository possible to be build without database_url, for producer purposes
  • add Repository#insert_record or similar to use it in producers
  • use Repository#insert_record in SidekiqProducer
  • make SidekiqProducer accept a specific repository, don't hardcode into current one
  • make SidekiqScheduler accept a specific repository, don't hardcode into current one
  • rename current Repository into Repositories::Mysql57
  • drop legacy sidekiq scheduler which is only an obstacle
  • add Lock PORO which serves as common result object for different repositories
  • add Record PORO which serves as common result object for different repositories
  • add Repositories::Nowait
@swistak35 swistak35 self-assigned this Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants