Skip to content

execute binaries on workers, but not installed on workers? #741

Answered by jhuckaby
dynabler asked this question in Q&A
Discussion options

You must be logged in to vote

I'm having trouble understanding your problem.

I added a worker without Scrapy, but this is not going to work.

You will need to preinstall "Scrapy" on all your worker servers. Cronicle cannot do this for you.

This defeats the purpose of having Cronicle in the first place, which is allowing it to divide the load as it sees fit among workers.

To load balance between multiple worker servers, create a Server Group that targets ALL of your worker servers. You can do this by entering a hostname match pattern.

Then, when configuring your event, target the server GROUP, not an individual server. You can then select a load balancing algorithm:

Good luck.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dynabler
Comment options

Answer selected by dynabler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants