Peter Stockings 525471d8c0 Separate timer function execution into dedicated worker process
- Move timer function scheduling and execution logic from `app.py` to new `worker.py`
- Update `Procfile` to launch worker process alongside web application
- Simplify main application startup by removing scheduler configuration
- Maintain existing timer function execution and logging behavior
2025-02-23 17:57:16 +11:00
2025-02-20 23:42:56 +11:00
2023-12-14 22:22:15 +11:00
Description
No description provided
630 KiB
Languages
HTML 42%
JavaScript 30.9%
Python 27.1%