Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Will Antiweb automatically restart a crashed worker/hub?

0
Posted

Will Antiweb automatically restart a crashed worker/hub?

0

No. Whether to do this or not is a policy decision, not a technical one. • A simple way to ensure that a worker is running is to try starting it with the -check-worker switch: # antiweb -check-worker /var/aw/worker.conf The worker will only be started if it currently isn’t running. -check-worker is identical to -worker except it will not add a log message in syslog if the worker was already running. For example, adding this line to your crontab will check that a particular worker is running every 15 minutes: 0,15,30,45 * * * * /usr/bin/antiweb -check-worker /var/aw/worker.conf • Once correctly configured, an Antiweb process should never crash. If it does, check the syslog file and please let us know in as much detail as possible what happened. You may have discovered a serious bug in Antiweb.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123