amisadmin / fastapi-scheduler

FastAPI-Scheduler is a simple scheduled task management FastAPI extension based on APScheduler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add new job from admin scheduler panel.

eukiseioh opened this issue · comments

I created a endpoint to add new jobs for one particular function passing two parameters: job_name and time variables.

After run the fastapi, i can add new job through this endpoint from doc page.

But i would like to add those jobs through amis admin panel like scheduler page where you only can run, pause or delete jobs and can't do modify or create jobs...

Thanks!