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

Swap to queue vs cron for userId #7

Closed
iBotPeaches opened this issue Jul 1, 2019 · 1 comment · Fixed by #9
Closed

Swap to queue vs cron for userId #7

iBotPeaches opened this issue Jul 1, 2019 · 1 comment · Fixed by #9

Comments

@iBotPeaches
Copy link
Member

We are having issue where cron runs on an already deleted object, thus fails. We need to either support that or just support #5

@iBotPeaches
Copy link
Member Author

Queue won't work because we batch insert, so not possible to emit events individually (?) for those bulk created items. Might convert the entire creation to be synchronous. Would remove need for Immutable code for changing user_id/processed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant