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

Getting queueData is not a validation rules group error #2

Closed
snehal90 opened this issue Dec 20, 2023 · 5 comments
Closed

Getting queueData is not a validation rules group error #2

snehal90 opened this issue Dec 20, 2023 · 5 comments

Comments

@snehal90
Copy link

snehal90 commented Dec 20, 2023

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:

use Daycry\Queues\Job;
$job = new Job();
$job->classes(\App\Controllers\QueueTest::class, 'index')->enqueue('default');

Screenshot of error when I try to execute it:
image

Though I have checked it in plugin and I have found the validation group in src/Config/Registrar.php file
image

Could someone please help me with this as soon as possible?

Thanks & regards,
Snehal

@snehal90
Copy link
Author

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

Could someone guide me to resolve these issues?
Thanks in advance.

@daycry
Copy link
Owner

daycry commented Dec 27, 2023 via email

@snehal90
Copy link
Author

snehal90 commented Jan 2, 2024

Hello @daycry ,
I have updated the version on local and took latest build of package but issue is still there.
Could you please guide me to resolve it?

@daycry
Copy link
Owner

daycry commented Jan 2, 2024 via email

@daycry
Copy link
Owner

daycry commented Jan 2, 2024 via email

@daycry daycry closed this as completed Apr 30, 2024
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