There was a post in this forum saying it is possible to stream the way
of transition the sidekiq job status back to browser with rails 4, but
it didn’t include too much details.
Does anyone know anything about this new technology? What is it and how
to let browser know a job is completed. I don’t want to use the live
poll method and send query in a fixed interval from the browser side to
server.
There was a post in this forum saying it is possible to stream the way
of transition the sidekiq job status back to browser with rails 4, but
it didn’t include too much details.
Is ‘ActionController::Live’ what you’re referring to?