-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ActiveJob adapter #17
base: master
Are you sure you want to change the base?
Implement ActiveJob adapter #17
Conversation
Hi @hagmic, @ wintheday! I'm interested on any comments & feedback about this! |
@vovimayhem This is awesome, I would love to add ActiveJob support to Subserver. I will take a look at this and let you know. |
(Keep in mind this is still a "draft") |
@vovimayhem I looked over this and everything is looking good. No Feedback at the moment, I am curious how you plan on wrapping Jobs in with the JobWrapper. Looking forward to seeing more when you have the time. |
@WintheDay I'm currently running jobs OK using this branch, but I haven't checked all the features I think are expected from any ActiveJob adapter - for example, I haven't figured out yet how specifying a queue might work with subserver. The |
* Removed Icalia::Event::Notification * Renamed the subscriber auto subscribe method, due to changes in the Subserver PR See: - lifechurch/subserver#17 - lifechurch/subserver@8d2ebbe - lifechurch/subserver@a59caef
I think I'll be extracting the changes required to make "auto-subscribing subscribers" in another pull request, in order to concentrate on testing of those first, and release changes in small-but-valuable packages. |
…recated and removed
Implements the ActiveJob adapter for Subserver to process ActiveJob jobs