fastapi-scheduler icon indicating copy to clipboard operation
fastapi-scheduler copied to clipboard

How to add new job from admin scheduler panel.

Open eukiseioh opened this issue 3 years ago • 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!

eukiseioh avatar Mar 25 '23 11:03 eukiseioh