diff options
| author | Max Nanis | 2026-02-19 20:11:41 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-19 20:11:41 -0500 |
| commit | 8b31678c6e44400967d4934cd9f3c6c6ac0da721 (patch) | |
| tree | 41c5f4479c353a16da1a8b6fa9088abd084ea388 /README.md | |
| parent | f0f96f83c2630e890a2cbcab53f77fd4c37e1684 (diff) | |
| download | amt-jb-8b31678c6e44400967d4934cd9f3c6c6ac0da721.tar.gz amt-jb-8b31678c6e44400967d4934cd9f3c6c6ac0da721.zip | |
Carer dir into project, some initial pytest, part of the flow tasks. License and Readme update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 11 insertions, 15 deletions
@@ -1,22 +1,23 @@ -# AMT James Billings +# [AMT James Billings](https://git.generalresearch.com/panels/amt-jb/) · [](./LICENSE) &job=amt-jb-app%2Fmaster) &job=amt-jb%2Fmaster)  + ## Infrastructure ### FastAPI - Handles HIT acceptance -- Handles interface b/w react and backend: work, preview, report. +- Handles interface between React and FastAPI: work, preview, report. - Handling of submitted assignments: - - mturk_notifications view: SNS will POST to this endpoint whenever a user submits an assignment + - mturk_notifications view: SNS will POST to this endpoint whenever a user submits an Assignment - The message gets added to our event stream - process_mturk_events (which calls process_assignment_submitted) +- Refill Hits, check for expired hits ### React -### AirFlow -- Refill Hits, check for expired hits ## Network + ## System Environment ### Debian 12 @@ -80,14 +81,16 @@ systemctl status postgresql vim /etc/postgresql/18/main/pg_hba.conf ``` -#### Setup DNS Cache (LXC) +#### Setup DNS Cache ``` apt install dnsutils dnsmasq -y # /etc/dnsmasq.conf -server=10.16.2.2 -server=10.16.2.3 +server=x.x.x.x +server=x.x.x.x +server=x.x.x.x +server=x.x.x.x min-cache-ttl=30 no-resolv listen-address=::1,127.0.0.1 @@ -120,13 +123,6 @@ service nginx restart ``` - -Confirm uvicorn is running properly - -```shell -curl -i http://localhost:8000/headers/ -``` - ## Telegraf ```shell |
