21 Commits

Author SHA1 Message Date
Georges-Antoine Assi
485b6af0dd
fix: wire LOGLEVEL into gunicorn logger level and RQ worker/scheduler
The gunicorn logging config hard-coded level=INFO, ignoring LOGLEVEL.
Patch it at startup via sed. Also pass --logging_level to rq worker
and rqscheduler so their framework logging respects LOGLEVEL.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 10:09:03 -04:00
Georges-Antoine Assi
f13f929d7d
tweaks based on self review 2026-03-14 22:26:53 -04:00
Georges-Antoine Assi
a1519a4b05
Make default ROMM_AUTH_SECRET_KEY consistent between workers 2025-08-15 12:46:46 -04:00
Michael Manganiello
76db0ab98c
feat: Migrate watcher to use watchfiles library
The `watchfiles` library supports event batching, which allows us to
process multiple filesystem changes in a single run.

This change also avoids database calls in the watcher as much as
possible.
2025-08-07 13:28:49 -03:00
Georges-Antoine Assi
836e7358c2
fix issues from code review 2025-08-07 09:34:43 -04:00
Georges-Antoine Assi
64493348b9
add ignores for shellcheck 2025-08-06 23:30:32 -04:00
Georges-Antoine Assi
7e0cb2272d
run watchdog as a native task 2025-08-06 23:25:47 -04:00
Georges-Antoine Assi
e156158a3e
fixse from bot review 2025-08-06 22:16:46 -04:00
Georges-Antoine Assi
dd6669ebd5
fix pythonpath 2025-08-06 22:08:28 -04:00
Georges-Antoine Assi
6b307afcd3
Run worker as a native process 2025-08-06 21:57:32 -04:00
Georges-Antoine Assi
a841f8e756
fix creating symlinsk devmode 2025-07-05 15:10:08 -04:00
Georges-Antoine Assi
346c24e66e
Merge pull request #2045 from rommapp/url-search-params
Use URL to store and load search params
2025-07-05 09:56:56 -04:00
Georges-Antoine Assi
e8f8f1621c
complete migration to uv 2025-07-04 09:54:04 -04:00
Georges-Antoine Assi
5552cea059
cleanup sylinks 2025-07-02 13:03:24 -04:00
Georges-Antoine Assi
393c886a80
final tweaks 2025-06-19 09:54:00 -04:00
Georges-Antoine Assi
e0a1df1c6f
ignore trunk 2025-06-18 23:53:21 -04:00
Georges-Antoine Assi
0ba3f21d44
wut 2025-06-18 23:51:17 -04:00
Georges-Antoine Assi
0fc29d33db
Update entrypoint.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-18 23:49:44 -04:00
Georges-Antoine Assi
f4caf4c7da
running app with HMR 2025-06-18 23:23:09 -04:00
Georges-Antoine Assi
55afea70ba
more progress on docekrfile 2025-06-09 17:14:40 -04:00
Georges-Antoine Assi
c5f2f59855
Start working on dev dockefile 2025-06-09 13:41:27 -04:00