Skip to content

Can't find a DNS resolver config. #1646

Answered by rustatian
PakToPack asked this question in Q&A
Discussion options

You must be logged in to vote

RR doesn't have its own dns settings at all. Since dnsmasq is not getting any requests - check your application code.
Note that RR does not kill the workers when the request is finished. You should not store state between requests.
You can use max_jobs: 1 option to emulate nginx/apach behavior (destroy worker after the request is done).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rustatian
Comment options

@rustatian
Comment options

@PakToPack
Comment options

@rustatian
Comment options

Answer selected by rustatian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
2 participants