Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

[4.0] Queues/Jobs #16

Open
milosdakic opened this issue Jan 5, 2017 · 7 comments
Open

[4.0] Queues/Jobs #16

milosdakic opened this issue Jan 5, 2017 · 7 comments
Assignees
Labels

Comments

@milosdakic
Copy link

milosdakic commented Jan 5, 2017

Looking into having a queue/job system implemented for Adonis. Very similar to the events system but will post the job into a db/file and queue it for a worker to handle.

Alas Laravel/Lumen.

@RomainLanz
Copy link
Member

?

@milosdakic
Copy link
Author

@RomainLanz updated my comment.

@rbartholomay
Copy link

For jobs I use this https://github.com/nrempel/adonis-scheduler.

And it runs fine!

@milosdakic milosdakic reopened this Jan 9, 2017
@outOFFspace
Copy link

RabbitMQ?

@radmen
Copy link

radmen commented Nov 8, 2017

@rbartholomay correct me if I'm wrong - adonis-scheduler is more like CRON rather then MQ handler? :)

@milosdakic recently I got a project based on Adonis 4 which required integration with some sort of MQ (it was not decided during the time of development). I couldn't find any suitable solution so decided to make my own MQ handler. You can find it here: https://github.com/DeSmart/queuejs

I was able to integrate it quite easily into Adonis. If you want to I could provide dirty solution (no unit tests, and definitely not as robust as it is in Laravel).

@webdevian
Copy link

I used https://github.com/nrempel/adonis-kue as an alternative to RabbitMQ. Unfortunately it seems to have gone stale and is not Adonis4 ready.

@danilopolani and I have done some work to make it compatible https://github.com/danilopolani/adonis-kue/commits/adonis4

@rbartholomay
Copy link

@radmen yes - it´s like cron...

@thetutlage thetutlage self-assigned this Jan 6, 2018
@thetutlage thetutlage added the v4.1 label Jan 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants