Commit Graph

62 Commits (7620383f876466422b7222b9f3090ec85f151342)

Author SHA1 Message Date
Daniel García Aubert 7620383f87 Remove outdated comment
5 years ago
Daniel García Aubert b2f51a4d2d Use 'const' instead of 'var'
5 years ago
Daniel García Aubert 5c95ee0daa Rename public factory function
5 years ago
Daniel García Aubert 8f331becf4 Be more consistent while defining arguments
6 years ago
Daniel García Aubert df548b301c Typo
6 years ago
Daniel García Aubert 7dad3eb454 Add schedule force exit to SIGINT, SIGTERM, and unhandledRejection events
6 years ago
Daniel García Aubert 29e5b1ff97 Use 'once'
6 years ago
Daniel García Aubert ce04cbcb45 Use callback properly
6 years ago
Daniel García Aubert f2b5921ade Flush batch logger to not lose info
6 years ago
Daniel García Aubert 12e35b02e8 Log more info
6 years ago
Daniel García Aubert b01ac63ed7 Do not pass callback to method close
6 years ago
Daniel García Aubert 3ed4b142c0 Improve shutdown
6 years ago
Daniel García Aubert 3c73e2f0b4 Revert "Temporal debugging flag"
6 years ago
Daniel García Aubert b3306ae258 Temporal debugging flag
6 years ago
Daniel García Aubert 71bc3da115 Bad variable name
6 years ago
Daniel García Aubert fc1fd66867 Get fine-grained garbage collection stats
6 years ago
Daniel García Aubert fdaae20af7 Use let instead of var
6 years ago
Daniel García Aubert 267baf621e Send userm system, time and percent CPU metrics
6 years ago
Daniel García Aubert e28349ff29 Send metrics about memory and CPU usage
6 years ago
Daniel García Aubert a616982ec3 Use strict mode
6 years ago
Simon Martín b4724d7408 data ingestion logger reopenFileStreams
6 years ago
Daniel García Aubert d7e24f7745 Use external module to get full qualified domain name properly
6 years ago
Raul Ochoa 28af78ba99 Avoid global stats client
8 years ago
Raul Ochoa 57d7ec3048 Make active GC cycles for Node.js >=v6
8 years ago
Raul Ochoa db9bfacf07 Extract stats client creation
8 years ago
Raul Ochoa 742d7255a1 Log Node.js version on startup
8 years ago
Raul Ochoa bf1a67780d Merge branch 'master' into express-4.x
8 years ago
Raul Ochoa b0dfe1d509 Only reload log files if logger exists
8 years ago
Daniel García Aubert aa0ce62a85 Implement batch logger to log query times when queries are defined with id
8 years ago
Raul Ochoa abc2f130c9 Migrate to express 4.x series
8 years ago
Raul Ochoa 4dfdb2eaea Fix example
8 years ago
Raul Ochoa 27b73cb163 Allow to use `--config /path/to/config.js` to specify configuration file
8 years ago
Raul Ochoa 510f1cd7d7 Rename var
8 years ago
Raul Ochoa 84b80547c2 Remove settings' app_root
8 years ago
Raul Ochoa f92d50cccf Rename from app to server
8 years ago
Raul Ochoa e315e77525 Allow to use absolute paths for log files
8 years ago
Raul Ochoa 0626d80e24 Removes support for optional rollbar logging
8 years ago
Daniel García Aubert e9bd93cf3f Now batch service is linked to express app in order to make it accesible from main app module to expose drain mechanism
9 years ago
Daniel García Aubert c6bae6d951 app module moved to right place
9 years ago
Daniel García Aubert a697fe6faa Making test pass
9 years ago
Daniel García Aubert e5dedb6315 Split query controller and separated from app
9 years ago
Raul Ochoa cac2fff5ed jshint: fix application entrypoint
9 years ago
Raul Ochoa 256b82b1d8 Closes fd for log files on `kill -HUP`. Fixes #187
10 years ago
Luis Bosque 6bb015bb14 [CDB-3678] Add X-Served-By-Host header
10 years ago
Raul Ochoa bd6c1e7164 Adds support to append logs to file with log4js. It listens to HUP signal to re-open the log file. In case the specified log filename is not writeable the server will not start.
10 years ago
Sandro Santilli 7100da2200 Set the NODE_ENV environment variable from app.js
11 years ago
Sandro Santilli 4013e84b15 Allow passing environment configuration name via NODE_ENV to app.js
11 years ago
Sandro Santilli a1adabdeb8 Include version in startup log
11 years ago
Sandro Santilli 65f31fd7c1 Add optional support for rollbar
11 years ago
Sandro Santilli 1f3aca837b Use log4js for logging
11 years ago