Job Queue and Deployments #4535
etmartinkazoo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One area where Ruby on Rails is doing great work, in my opinion, is implementing Job Queue and Scheduling via Solid Queue. It greatly compresses the complexity associated with Job Queues and scheduling by using the SSD as opposed to another service - like Redis - which is one more dependency. I wonder if inspiration could be drawn from this implementation in Adonis? Almost every project I work on has Jobs that need a queue and scheduling; both of which are baked into Solid Queue.
Another really amazing technology is Kamal. Having a little 'recipe' in the docs to easily deploy Adonisjs apps with Kamal would be so great.
Adonisjs is such a great project. Making it simple to deploy apps to servers with Kamal and use Jobs with scheduling via the SSD ala Solid Queue would really separate it from the JS crowd even more in my opinion.
I'd love to help in any way but want to make sure there is enough community interest to put in the effort.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions