-
Notifications
You must be signed in to change notification settings - Fork 0
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
Getting queueData is not a validation rules group error #2
Comments
Hi!
I fixed this error in new versions.
…On Fri, 22 Dec 2023, 11:21 Snehal Satardekar, ***@***.***> wrote:
I have also found one issue with SyncQueue class. It has only enqueue()
function. But to run queue worker we need watch() function as well.
While running queues::worker command its throwing error as
image.png (view on web)
<https://github.com/daycry/queues/assets/25900347/c80311c2-b1b2-4a21-afc5-8f524c291a0b>
Could someone guide me to resolve these issues?
Thanks in advance.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZ5DP3OQZOEB2VGN5ESEKLYKVNL7AVCNFSM6AAAAABA4XP5ZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRXGUYDQNZVG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello @daycry , |
Let me see, because I removed the registrar class for compatibility with
PHP 8.2.
Sorry.
…On Tue, 2 Jan 2024, 13:14 Snehal Satardekar, ***@***.***> wrote:
Hello @daycry <https://github.com/daycry> ,
I have updated the version but issue is still there.
Could you please guide me to resolve it?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZ5DP5ZSEFRMJKJUHRZ3DDYMP2ZFAVCNFSM6AAAAABA4XP5ZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTHE2TGNBTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sync queue execute directly the job.
When you use Sync queue return the result of the job when you use enqueue
method.
…On Tue, 2 Jan 2024, 13:25 Jordi daycry, ***@***.***> wrote:
Let me see, because I removed the registrar class for compatibility with
PHP 8.2.
Sorry.
On Tue, 2 Jan 2024, 13:14 Snehal Satardekar, ***@***.***>
wrote:
> Hello @daycry <https://github.com/daycry> ,
> I have updated the version but issue is still there.
> Could you please guide me to resolve it?
>
> —
> Reply to this email directly, view it on GitHub
> <#2 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABZ5DP5ZSEFRMJKJUHRZ3DDYMP2ZFAVCNFSM6AAAAABA4XP5ZSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTHE2TGNBTGE>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have installed 2.0.0 version of this plugin. But after publish I am getting an error saving "queueData is not a validation rules group.".
Code I have added is as below:
Screenshot of error when I try to execute it:
Though I have checked it in plugin and I have found the validation group in
src/Config/Registrar.php
fileCould someone please help me with this as soon as possible?
Thanks & regards,
Snehal
The text was updated successfully, but these errors were encountered: