django-apscheduler icon indicating copy to clipboard operation
django-apscheduler copied to clipboard

Trigger scheduled job to be executed manually

Open n4ff4h opened this issue 1 year ago • 2 comments

I was wondering if I could perhaps trigger a job execution with a click of a button. Idk if this is a limitation since the apscheduler will be separated with the web server as per the recommended approach in the docs.

n4ff4h avatar Nov 05 '23 03:11 n4ff4h

The README shows an example of triggering a job manually via the DjangoJob admin page.

jcass77 avatar Nov 05 '23 14:11 jcass77

Is it possible to extend this to my own templates?

n4ff4h avatar Nov 06 '23 02:11 n4ff4h