Unable to start actionhero in cluster mode
See original GitHub issueName of Issue
Description of Issue
Running ./node_modules/.bin/actionhero start cluster --daemon gives a ENOENT error.
- ActionHero Version:
21.x
- Node.js Version:
12.x
- Operating System:
(Ubuntu)
Changing this line to the following fixes this issue
const command = path.normalize(actionheroRoot + "/bin/actionhero.js");
If this fix looks okay, i can send a PR
If your “issue” does not fit into this template, it might not be an issue! Please join our slack team and ask the question of the community. We can help!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
unhandled rejection in cluster mode · Issue #1222
In cluster mode my application crashes sometimes, with message (in cluster log): ... notice: *** Starting ActionHero *** actionhero-worker-2 ...
Read more >Cluster
Actionhero can be run either as a solitary server or as part of a cluster. You can add or remove nodes from the...
Read more >Production Notes
Here is a common Actionhero production topology: AH Cluster. Notes: It's best to separate the "workers" from the web "servers" into distinct processes....
Read more >Running Actionhero
Actionhero v22 removes the built-in actionhero start and actionhero start cluster commands, and adds a single server.ts entrypoint for your applications.
Read more >Tutorials
The goal of these cluster helpers is to allow you to create a group of servers which will share state and each be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok… I’ll remove it then! Thanks!
removed
--daemon
option in https://github.com/actionhero/actionhero/pull/1388