We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need something like this
$this->queue( name: 'job_name', options: Options::onQueue('legacy_pull')->withProperty(10) );
This Options class has queue property but hasn't priority property https://github.com/spiral/framework/blob/c2de74fd7e5cc3d72232d9b74fd28c528d81fb49/src/Queue/src/Options.php
queue
priority
This Options class has priority property but queue property is missing. Also it's not implements Spiral\Queue\OptionsInterface https://github.com/spiral/roadrunner-jobs/blob/master/src/Options.php
Spiral\Queue\OptionsInterface
How can I take benefits from both?
The text was updated successfully, but these errors were encountered:
butschster
No branches or pull requests
I need something like this
This Options class has
queue
property but hasn'tpriority
property https://github.com/spiral/framework/blob/c2de74fd7e5cc3d72232d9b74fd28c528d81fb49/src/Queue/src/Options.phpThis Options class has
priority
property butqueue
property is missing. Also it's not implementsSpiral\Queue\OptionsInterface
https://github.com/spiral/roadrunner-jobs/blob/master/src/Options.php
How can I take benefits from both?
The text was updated successfully, but these errors were encountered: