Replies: 1 comment 5 replies
-
Currently, Roda doesn't have conventions in that area. If it isn't too much work, and you don't think you are currently benefiting much from the ActiveJob abstraction, I recommend switching to use the job processing API directly (e.g. Sidekiq). Otherwise, if you want a simple transition, you could continue to use ActiveJob. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there.
Recently I came across this amazing toolkit and decided to experiment with it by migrating a small app built in Rails. So far so good, but now I'm struggling with job processing.
I read the conventions page, but there's nothing about job processing. That's why I want to ask if there's a recommended way to handle this (in folder/code structure) and processors that can best fit.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions