mohammad moradi

Results 1 issues of mohammad moradi

like node-celery : var celery = require('node-celery'), client = celery.createClient({ CELERY_BROKER_URL: 'amqp://guest:guest@localhost:5672//', }); client.on('connect', function() { client.call('send-email', { to: '[email protected]', title: 'sample email' }, { **eta: new Date(Date.now() + 60...