-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
run-many
order
#6182
Comments
The order of If you want to start up the API Gateway and knowing it depends on starting its dependencies: Alternatively, you can exclude the API Gateway from the If these don't make sense, I recommend joining the Community Slack channel where someone can help you more synchronously than a Github Issue. |
Yup, I did the later one you mentioned. I’ll try the other methods. I now
ping the services in the gateway in development to wait until they are live.
…On Mon, Jul 5, 2021 at 3:07 PM Jason Jean ***@***.***> wrote:
Closed #6182 <#6182>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6182 (comment)>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEP4YVS4JFNOTEYMY7N24DTWIUJRANCNFSM47Q6TAMQ>
.
|
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Description
I'd like the ability to run a specific target match last.
Motivation
I have an API gateway that needs to run after all other services are running. Right now
nx
chooses the gateway first and it fails to launch due to how Apollo Federation works.The text was updated successfully, but these errors were encountered: