starlette-admin icon indicating copy to clipboard operation
starlette-admin copied to clipboard

Enhancement: APScheduler Integration

Open hasansezertasan opened this issue 8 months ago • 1 comments

Is your feature request related to a problem? Please describe. APScheduler is a "Task scheduling library for Python". It allows us to schedule some tasks, mostly based on functions. The problem is this: ability to view, add, reschedule, cancel or stop a task/job from the Starlette Admin interface.

Describe the solution you'd like I'm working on something.

Describe alternatives you've considered I didn't consider but FastAPI Amis Admin has support for it as third party solution: amisadmin/fastapi-scheduler: FastAPI-Scheduler is a simple scheduled task management FastAPI extension based on APScheduler.

Additional context I believe this could be a seperate package like fastapi-scheduler but still, I think it should be in this package with optional dependencies.

hasansezertasan avatar Dec 23 '23 16:12 hasansezertasan

I will address the same issue for Rocketry in the future.

hasansezertasan avatar Dec 23 '23 16:12 hasansezertasan