Giter Club home page Giter Club logo

Comments (5)

benmanns avatar benmanns commented on July 24, 2024

There is not at the moment. In the meantime, you can use redis-cli or insert jobs manually with redigo.

redis-cli RPUSH resque:queue:YOURQUEUE '{"class":"YOURCLASS","args":[YOURARGS]}'
conn.Send("RPUSH", fmt.Sprintf("resque:queue:%s", queue), YOURJSON)

Do you have any ideas on how the enqueueing API should be designed? Maybe something like

goworker.Enqueue(queue string, class string, args []interface{})

And goworker would automatically JSON-encode the args?

from goworker.

ocrumbs avatar ocrumbs commented on July 24, 2024

I see, it uses redis from within. I dont use redis. Its quite different from what I assumed. Thanks anyways.

from goworker.

oliamb avatar oliamb commented on July 24, 2024

I think this is the good API. I'm trying to implement it on my fork. Just having a design issue with the pool: it is passed to each worker and is inaccessible globally (not bad, of course).

What do you think is the right way to access it in the goworker.Enqueue scope?

from goworker.

akshayrawat avatar akshayrawat commented on July 24, 2024

+1. Enqueuing jobs would be awesome.

from goworker.

wricardo avatar wricardo commented on July 24, 2024

+1 to enqueueing jobs

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.