Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: listening message dispatched before workers are ready #34

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

zacharygolba
Copy link
Contributor

This PR fixes an issue where the Lux Server listening on {port} message is written to stdout before all worker processes are ready.

Before:

screen shot 2016-04-18 at 9 14 48 am

After:

screen shot 2016-04-18 at 9 05 01 am

@zacharygolba zacharygolba merged commit c073253 into master Apr 18, 2016
@zacharygolba zacharygolba deleted the fix-boot branch April 18, 2016 14:24
zacharygolba added a commit that referenced this pull request Apr 20, 2016
chore: add ci config and test fixtures

fix: hard-coded environment property in Base unit test

fix: tests timeout on ci server

fix: wrong build task for tests in gulpfile

fix: add stdout and stderr listeners to debug test on ci server

fix: shebang line not finding node on linux (#32)

chore: bump lux up to the latest release in the test-app

fix: increase sleep interval before running tests

fix: increase sleep interval again

fix: decrease sleep interval and stop testing node 4.x for now

fix: listening message dispatched before workers are ready (#34)

chore: Link to Medium Article in Readme (#33)

feat: add pagination to controller integration test

fix: sql dump syntax error

fix: wrong sql dump :P

feat: test against node 4 as well as 5

fix: increase mocha timeout time

Node 4 works locally just takes longer to boot.

feat: more integration testing

fix: logger date incorrect (#35)

Merge pull request #36 from postlight/database-missing-port

fix: missing port in database config generation

chore: bump version to 0.0.1-beta.3 (#37)
zacharygolba added a commit that referenced this pull request Apr 20, 2016
chore: add ci config and test fixtures

fix: hard-coded environment property in Base unit test

fix: tests timeout on ci server

fix: wrong build task for tests in gulpfile

fix: add stdout and stderr listeners to debug test on ci server

fix: shebang line not finding node on linux (#32)

chore: bump lux up to the latest release in the test-app

fix: increase sleep interval before running tests

fix: increase sleep interval again

fix: decrease sleep interval and stop testing node 4.x for now

fix: listening message dispatched before workers are ready (#34)

chore: Link to Medium Article in Readme (#33)

feat: add pagination to controller integration test

fix: sql dump syntax error

fix: wrong sql dump :P

feat: test against node 4 as well as 5

fix: increase mocha timeout time

Node 4 works locally just takes longer to boot.

feat: more integration testing

fix: logger date incorrect (#35)

Merge pull request #36 from postlight/database-missing-port

fix: missing port in database config generation

chore: bump version to 0.0.1-beta.3 (#37)

chore: add travis badge to readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants