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

LockAsync on Entities #619

Open
subesokun opened this issue Nov 13, 2024 · 1 comment
Open

LockAsync on Entities #619

subesokun opened this issue Nov 13, 2024 · 1 comment
Labels
P2 Priority 2 item

Comments

@subesokun
Copy link

Hi,

I'm interested in the LockAsync feature for Entities. However, the documentation indicates that this feature is currently only available in the .NET SDK. Are there any plans to implement this feature in the JS SDK, or are there any existing alternatives I can use today?

Thanks!

@cgillum
Copy link
Member

cgillum commented Nov 13, 2024

Unfortunately, we don't yet have a timeline for when the lock functionality will be available for the JS SDK.

Some potential workarounds include using some external store (like Azure Storage, Cosmos DB, or Azure SQL) to manually implement locking, but it would need to be done manually using the appropriate SDK from an activity function. This would work best in cases where the amount of time a lock would need to be held is relatively short.

@AnatoliB AnatoliB added P2 Priority 2 item and removed Needs: Triage 🔍 labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Priority 2 item
Projects
None yet
Development

No branches or pull requests

3 participants