ActiveJob Coalescing

Hi,

I was thinking about implementing Apple Push Notifications using ActiveJob, but I would rather have a single “Deliver Notifications” Job in the queue instead of one Job per notification (as Apple don’t want you to connect/disconnect) repeatedly. Is there a feature of ActiveJob to coalesce Jobs (I couldn’t see one) and is there a better solution other than running a rake task periodically e.g. every minute?

Regards

Spencer