meteor-celery-client
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

wrapper node-celery for meteor

Test

pre installed

  • docker
  • python 2.7+
  • meteor 1.4.2+

install

meteor npm i

run test

meteor npm test

Document

const celeryClient = new CeleryClient();

// connect
celeryClient.connect({
  CELERY_BROKER_URL: 'amqp://guest@localhost:5672//',
  CELERY_RESULT_BACKEND: 'amqp'
});

// call
const result = celeryClient.call('celery-test.echo', ['Hello']);
chai.expect(result.result).to.be.equal('Hello');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    1
    • latest

Version History

Package Sidebar

Install

npm i meteor-celery-client

Weekly Downloads

6

Version

0.0.6

License

ISC

Last publish

Collaborators

  • niceilm