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

New async worker - show an example async worker that avoids race conditions with other workers using skip_locked #62

Open
heysamtexas opened this issue Jul 29, 2024 · 0 comments
Labels
devex Developer Experience documentation Improvements or additions to documentation enhancement New feature or request

Comments

@heysamtexas
Copy link
Member

Is your feature request related to a problem? Please describe.
Now that we have the most basic async worker in place it is time to demonstrate more advanced use cases.

This one should demonstrate that you can run multiple workers without race conditions and get at most once semantics.

Describe the solution you'd like
Show a basic run using the Django ways of using atomic transactions and "skip locked" methods.

Additional context
you will need an additional table of data to process.

@heysamtexas heysamtexas added documentation Improvements or additions to documentation enhancement New feature or request devex Developer Experience labels Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devex Developer Experience documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant