Giter Club home page Giter Club logo

Comments (4)

mingan avatar mingan commented on July 24, 2024

No Ruby gets executed. If you want the processing code to be in Ruby, you don't need goworker. If you, however, need to offload some jobs to Go, you can use goworker to manage a pool workers, assign them jobs from them the queue and bind Go functions to handle the workload.

The only relation to Ruby is that goworker emulates the behaviour of Resque with respect to how the queue is managed (Redis keys used, meaning of certain fields). The actual code processing the jobs is in Go.

from goworker.

basiszwo avatar basiszwo commented on July 24, 2024

ahh, ok. Now I get it. I was confused by the ruby example in the readme that was used to explain testing

class MyClass
  @queue = :myqueue
end

100.times do
  Resque.enqueue MyClass, ['hi', 'there']
end

Now it's clear to me. 👍

from goworker.

mingan avatar mingan commented on July 24, 2024

jj, the typical use case is a Ruby application using Resque gem to enqueue jobs and goworker running with the code that consumes the jobs. If you are fine with processing code in Ruby, you don't need goworker.

from goworker.

basiszwo avatar basiszwo commented on July 24, 2024

sure. now I get it.

I was reading the readme and thought "oh that is nice. let's see how they manage to execute my ruby code from the go worker" 😄

from goworker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.