Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

NOAO/dqnat

Repository files navigation

data-queue

Copied from data-queue so that dq and watcher could be combined WITHOUT using TADA code (watcher came from tadanat).

Process records of incoming data files, apply various actions on pop, be resilient.

The src/dataq is intended to be put in /etc/rc.d/init.d (on Scientific Linux OS, similar place on other OS). Starts and stops the required daemons

Detailed documention is in the "docs" directory.

After the daemons are started ("sudo service dataq start"), you can run smoke tests:

tests/smoke.sh
If all goes well, you will get the message:
ALL smoke tests PASSED (README-smoke-results.txt created)