Overview of Flask-APScheduler features
masterFlask-APScheduler is a Flask extension that integrates APScheduler into your Flask application. Key capabilities include:
- Configuration Integration: Loads both scheduler configuration and job definitions directly from your Flask configuration.
- Hostname Specification: Allows you to specify the hostname on which the scheduler runs.
- Job Management API: Provides a REST API to manage scheduled jobs.
- API Security: Includes authentication support for the REST API.
- Blueprint Support: Integrates with Flask Blueprints, making it compatible with the application factory pattern.