|
|
|
|
|
by grncdr
1297 days ago
|
|
No, they don't. You can absolutely run ActionCable with the postgres adapter in your main rails app server and require no additional services. Edit: this is also why I mentioned GoodJob, it supports the full ActiveJob API (delays, retries, etc), even comes with a nice Web UI, and it only requires Postgres. |
|
https://github.com/quantum-elixir/quantum-core
^ obviously it won't fit every use case (where you need 100% durability) but for that there's Oban which is awesome:
https://getoban.pro