monk / app.py

Commit History

feat: run twice daily (every 12 hours) - morning and evening posts
c8fca20

hf-actions commited on

feat: persistent retry queue for failed FB posts; enqueue on failures; start worker
5f2de2a

hf-actions commited on

fix: retry DNS resolution in validate_tokens() with backoff (FB_DNS_RETRY_ATTEMPTS)
8216f24

hf-actions commited on

fix: remove stray else causing syntax error in app.py
44c4a8a

hf-actions commited on

fix: DNS precheck and retry/backoff for FB API calls; improved DNS logging
afb566d

hf-actions commited on

feat: log FB token remaining_days on validation
5de9f75

hf-actions commited on

feat: improve Facebook token validation (debug_token), log detailed reasons and classify expiry
0020de5

hf-actions commited on

chore: skip scheduled run when token validation fails; import time
e8bb202

hf-actions commited on

fix: close asyncio event loop at exit to avoid destructor ValueError
be4feb4

hf-actions commited on

feat: add SHOW_POST_LOG view to display log.txt in Gradio with Refresh/Clear
204674e

hf-actions commited on

fix: retry FB token validation and add FORCE_RUN_DAILY override
b42d9d1

hf-actions commited on

feat: enable daily runs by default; add set_hf_secrets.py helper
3513553

hf-actions commited on

feat: run automatic generation at startup when RUN_ON_START=true
fca2085

hf-actions commited on

Clean commit: remove virtualenv and large files
ca2863a

hf-actions commited on