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

Confusions about Laravel Queues using IronMQ #72

Open
bilalnaeem opened this issue Dec 31, 2015 · 2 comments
Open

Confusions about Laravel Queues using IronMQ #72

bilalnaeem opened this issue Dec 31, 2015 · 2 comments

Comments

@bilalnaeem
Copy link

I am using Laravel Queues and I am using IronMQ for it. But I have little bit confusion about how this process.

I have set my default connection in queue.php as 'default' => 'iron' and also set iron settings in same file.

Now I use

$this->dispatch(new createEvents($data, $user));

while createEvents class is a job class created as explained in Laravel tutorial. Now when following code is executed

$this->dispatch(new createEvents($data, $user));

It successfully creates a queue in my ironmQ account under project.

Now here is my confusion starts. I have queued some task to that queue but now how will I run that queue? How will I run the task that is queued? Do I need to create some extra code for it or Do I need to do some settings for it. Please guide

@ryantology
Copy link

It seems like Laravel support for IronIO is being removed. I submitted a patch to support IronIO v3 but it looks like that got reverted laravel/framework#10968 (comment) Since the revert it looks like support for IronIO is no longer going to be an option. Unless someone from IronIO steps in to get the integration fixed it looks like Laravel developers will move to SQS or roll your own Redis.

@TomKita
Copy link

TomKita commented Feb 2, 2016

Iron will be supported by the Laravel Collective:

https://github.com/LaravelCollective/iron-queue

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

3 participants