Skip to content

issues Search Results · repo:cocaine/cocaine-framework-nodejs language:JavaScript

Filter by

14 results
 (54 ms)

14 results

incocaine/cocaine-framework-nodejs (press backspace or delete to remove)

thank you, my friend, for creating this one. I m so happy to work with it.
  • fro3clr
  • Opened 
    on Jan 11, 2020
  • #31

Hi! Currently npm install cocaine fails when running in NodeJS newer than 0.12, due to msgpack-bin errors. Maybe if we switch back from msgpack-bin to msgpack and use newer version, it will be fixed. ...
  • losnikitos
  • 1
  • Opened 
    on May 18, 2016
  • #30

Now the call timeout constant is CALL_TIMEOUT = 30000 Can we increase it and make it optionally So It would be better if we can set this timeout in client initialization options
  • tormozz48
  • Opened 
    on Dec 18, 2014
  • #29

framework version: 0.4.1 Service code: var cocaine = require( cocaine ); var http = cocaine.http; var argv = require( optimist ).argv; var worker = new cocaine.Worker(argv); var handle = worker.getListenHandle( ...
  • burkostya
  • 3
  • Opened 
    on Jul 24, 2014
  • #27

Convert all trace console.log to util.debug( subsystem ), as it s done in https://github.com/cocaine/cocaine-framework-nodejs/blob/v0.4/lib/channel/channel.js, so that users could enable debug by specifying ...
  • diunko
  • 2
  • Opened 
    on Jul 3, 2014
  • #25

_verbosityDone function getting this object from cocaine as verbosity argument: { load-median : 0, profile: default , queue: { capacity: 100, depth: 0 }, sessions: { pending: 0 }, slaves: { ...
  • floatdrop
  • 1
  • Opened 
    on Jul 3, 2014
  • #23

Logger now is thing that sends log messages to cocaine AND library to handle verbosity, console printing and stuff. It is better to split those things apart, because we want to use much more useful node-bunyan ...
  • floatdrop
  • 7
  • Opened 
    on Jul 3, 2014
  • #22

It would be nice, if framework print out instead of this._methodId: Error: undefined in service geobase method 13 args: [ undefined, ru ] Method name: Error: undefined in geobase.timezone args: [ undefined, ...
  • floatdrop
  • 1
  • Opened 
    on Jun 18, 2014
  • #21

Rarely we get crashes of application because of error in framework. Logs contains such message: ...app/node_modules/cocaine/lib/client/methods/callback.js:31 _this.cb(err) ^ TypeError: ...
  • dosyara
  • Opened 
    on Apr 10, 2014
  • #19

At now for getting Logger service instance we must call client.Logger(argv.app) instead of other services witch gets by client.getServices
  • denchistyakov
  • 1
  • Opened 
    on Jan 20, 2014
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub