Replies: 1 comment
-
Thanks for opening this issue. I am also curious about people's experience, specifically with Turbo which uses ActiveJob to render HTML. Speculatively it should work just fine. I think the thing I'd keep an eye on is table size and queue depth. GoodJob has always chosen job safety/resiliency over queue performance, which is maybe maybe maybe not the appropriate trade-off for Turbo 🤷♀️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder if anyone has tried GoodJob in place of Redis with Rails 7 with Hotwire hotwire-rails gem.
If not, then what kind limitations one may run into e.g. performance, higher resource consumption? when using GoodJob from within Puma workers or when using GoodJob as standalone instance.
Beta Was this translation helpful? Give feedback.
All reactions