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

Why the plugin doesn't use queues for exports? #13

Open
webrgp opened this issue Jul 14, 2024 · 3 comments
Open

Why the plugin doesn't use queues for exports? #13

webrgp opened this issue Jul 14, 2024 · 3 comments
Labels

Comments

@webrgp
Copy link

webrgp commented Jul 14, 2024

Question

I see that imports makes use of the queue, and I was wondering if there is some kind of limitation or problems doing the same on exports. I have a pretty big set of elements to export, and while I can cut it down by multiple date ranges, I was wondering if there is an actual issue

Additional context

No response

@engram-design
Copy link
Member

We don't use it for exports, because we'd need a way to monitor the queue job and alert you when it's done, for you to then download. We can't have it automatically download the export as it does now.

It can be done (like we do with polling for the import), but we went with simplicity for the moment. Like you say, it's probably something we'll have to address in the future.

@webrgp
Copy link
Author

webrgp commented Jul 15, 2024

Thanks for the prompt reply!

@webrgp
Copy link
Author

webrgp commented Jul 15, 2024

Just an idea: you could add an console command for the export 😉.

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

No branches or pull requests

2 participants