Sidekiq job status back to browser

Hi,

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.

On Sat, Mar 22, 2014 at 11:04 PM, Ken P. [email protected] wrote:

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?


Hassan S. ------------------------ [email protected]
http://about.me/hassanschroeder
twitter: @hassan

Hassan S. wrote in post #1140691:

Is ‘ActionController::Live’ what you’re referring to?

Yes, this is the module/class that pushes notifications back to client
browser side using the server-sent event. That’s COOL!