-
Notifications
You must be signed in to change notification settings - Fork 155
Version 3.0 #179
Comments
I think nothing more for 2.10 |
@morgoth cool. We'll leave the issue as is then 👍 |
I'm using the Delayed Job adapter because ActiveJob does not (yet) support setting job priority. We need image processing jobs to be enqueued with highest priority. It would be great if the removed adapters could be extracted to separate gems instead of being removed entirely. |
@dwbutler I think it would require even more effort to maintain separate gems. Do you think you could solve your issue in a little different way, like having 2 background processing serwers/pods/instances that process different queues, so one of them would process only important ones?
|
Yes, the issue can be worked around in various ways. The main problem, in my mind, is that ActiveJob will probably never support the full range of features in the different queueing systems. So only supporting ActiveJob is a step backwards. I can only hope that in the future, ActiveJob will give better configuration control into the underlying implementation instead of forcing everyone to use a one-size-fits-all interface. |
👍 |
Path
For Version 3
For Version 2.10
Anything else?
The text was updated successfully, but these errors were encountered: