Will Antiweb automatically restart a crashed worker/hub?
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
- If a worker is eligible for workers comp, does this mean he automatically has a "disability" for purposes of the Americans with Disabilities Act (ADA)?
- if an anonymous caller calls the authorities to report that an employer hired an illegal worker, will the employer be automatically investigated?
- Will Antiweb automatically restart a crashed worker/hub?