-
If I want to run the schedule right now without waiting until the next_fire_time, what can I do? await scheduler.get_job("").do_immediately() |
Beta Was this translation helpful? Give feedback.
Answered by
agronholm
Jan 8, 2024
Replies: 1 comment 3 replies
-
On APScheduler 4 (still in alpha), you can: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
vadympop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On APScheduler 4 (still in alpha), you can:
await scheduler.run_job("my_task_id")