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

Added ability to programatically specify custom queue on FileAdder #3676

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

chrispage1
Copy link
Contributor

We've run into an issue where we have thousands of conversions being generated, it blocks up the queue for conversions that should be considered a higher priority.

This small addition allows us to programatically tap into the FileAdder and set a custom queue depending on the job we're performing.

So we can have two queues, one called conversions and one called high_priority_conversions for example.

@freekmurze freekmurze merged commit 594e0a8 into spatie:main Jul 24, 2024
9 checks passed
@freekmurze
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants