Files
function/requirements.txt
Peter Stockings 1b7cfcc8b8 Add background job scheduler for timer functions
- Implement asynchronous timer function execution using APScheduler
- Add support for concurrent timer function invocations with asyncio
- Create background job to check and run enabled timer functions at specified intervals
- Update requirements.txt to include aiohttp and flask-apscheduler
- Configure thread pool executor for scheduler
- Add error handling and logging for timer function executions
2025-02-23 16:48:01 +11:00

14 lines
282 B
Plaintext

Flask==2.2.2
gunicorn==19.7.1
Jinja2==3.1.0
jinja-partials==0.1.1
psycopg2-binary==2.9.3
flask-htmx==0.2.0
python-dateutil==2.8.2
jinja2-fragments==0.3.0
Werkzeug==2.2.2
requests==2.26.0
Flask-Login==0.6.3
python-dotenv==1.0.1
aiohttp==3.11.12
flask-apscheduler==1.13.1