Skip to content

moving sync locks to async (and slightly faster test env) - #76

Open
kickhead13 wants to merge 1 commit into
mainfrom
async-locks
Open

moving sync locks to async (and slightly faster test env)#76
kickhead13 wants to merge 1 commit into
mainfrom
async-locks

Conversation

@kickhead13

Copy link
Copy Markdown
Member

This change makes it so scylla_session and
moka cache locks are no longer sync locks

This should allow the api to run smoother on
fewer file descriptors.

On top of this another small improvement for
linter and server build times.

@kickhead13
kickhead13 requested review from AlexDuna and Tamas-Tudor-Ciprian and removed request for Tamas-Tudor-Ciprian July 17, 2026 09:03

@Tamas-Tudor-Ciprian Tamas-Tudor-Ciprian left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this actually also removes the mutex problems I pointed out previously so lgtm

@kickhead13

Copy link
Copy Markdown
Member Author

this actually also removes the mutex problems I pointed out previously so lgtm

If you'd like you can take care of this branch (rebase/fix whatever is failing) and use it beneath what youre working on, I'm quite busy with ops stuff at the moment... cant really take care of merging this

This change makes it so scylla_session and
moka cache locks are no longer sync locks

This should allow the api to run smoother on
fewer file descriptors.

On top of this another small improvement for
linter and server build times.
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.

2 participants