- Cache all words globally across levels (avoids 500+ Directus calls) - Add Procfile with --timeout 300 to prevent gunicorn killing long requests Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
68 B
Plaintext
2 lines
68 B
Plaintext
web: gunicorn app:app --bind 0.0.0.0:8000 --timeout 300 --workers 2
|