amisadmin/fastapi-scheduler

How to add new job from admin scheduler panel.

eukiseioh opened this issue · 0 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!