An Flask-Appbuilder scheduler (based on flask-AppScheduler), with graphical UI to schedule tasks
Status: work in progress
This is a plugin for Flask-Appbuilder and must be:
python setup.py install
)In you own app's config.py
:
ADDON_MANAGERS = ['fab_addon_operation_scheduler.manager.OperationSchedulerManager', 'fab_addon_turbowidgets.manager.TurboWidgetsManager']
You can notice that there is a dependancy on another addon: fab_addon_turbowidgets available at github
Also, this will require you to update you database, as this addon adds new models