graphql-ruby icon indicating copy to clipboard operation
graphql-ruby copied to clipboard

Add ActiveJob support for subscriptions

Open rmosolgo opened this issue 1 year ago • 0 comments

Currently, you could implement background jobs for calling trigger, which is great, but I think this gem could include built-in support à la Rails's deliver_later. I'll take inspiration from that method here.

TODO:

  • [x] Add .trigger_later
  • [ ] Add some way to put execution and/or delivery in the background too. This would add resilience to systems sending payloads over the wire.

rmosolgo avatar Feb 12 '24 16:02 rmosolgo