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

Make Card Creation More Atomic #297

Open
adhil0 opened this issue Aug 8, 2024 · 0 comments
Open

Make Card Creation More Atomic #297

adhil0 opened this issue Aug 8, 2024 · 0 comments

Comments

@adhil0
Copy link
Collaborator

adhil0 commented Aug 8, 2024

Right now, there is an issue where, for a variety of reasons, (Jira cuts off our card creation task, card cache isn't updated when task kicks off) duplicate cards are created on our Jira board. To fix this, we can make our card creation more atomic.

One way to do that would be to call the create_cards() function for each case individually, rather than all of them at once. Or we could create all of them at once, but also refresh the card cache after each one, so that if the task stops, those cards won't be recreated.

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

No branches or pull requests

1 participant