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

Allow for delay of writing Link views to DB by using queues #4

Closed
DeftNerd opened this issue Nov 4, 2016 · 1 comment
Closed

Allow for delay of writing Link views to DB by using queues #4

DeftNerd opened this issue Nov 4, 2016 · 1 comment

Comments

@DeftNerd
Copy link
Contributor

DeftNerd commented Nov 4, 2016

You could create a queue job to write the Link data to the database rather than writing it immediately and then trigger the queue job.

Most users set their queue driver to 'sync' but if someone sets up a proper queue listener, it'll allow for deferred database writes.

@ConsoleTVs
Copy link
Owner

I never used queues but I think i could try to make it optional

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

2 participants