Feature request: Passing the scheduled start time to jobs
See original GitHub issueCurrently there are no way for the job to know what is the scheduled start time (only the current time by doing datetime.now()
). This feature would be useful for time sensitive jobs (e.g. extra handling if the job is delayed)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:22 (6 by maintainers)
Top Results From Across the Web
Feature Request - Start time on Jobs
Right now, a user can schedule the jobs to execute every "x" minutes. In my case, I was running the job every 15...
Read more >Feature Request: Run now option on scheduled jobs
While it is possible to run “start jobs” from jobs section but it can be time consuming if there are multiple and parameters...
Read more >Feature Requests: What are they and how to manage them
Here are a few tips to help you start honing in on a repeatable feature request management process for your team. Identify a...
Read more >Feature request response email templates
Answer feature request emails professionally and kindly regardless of the (good or bad) news you're delivering to your customers.
Read more >Solved: generating request from Schedule job
Solved: i have been trying to generate Request ticket from Schedule Jobs using the following script var cartId = GlideGuid.generate(null); var cart =...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This will be implemented in v4.0 in such a manner that the target function can receive all sorts of information about the job.
Implemented in v4.0.0a1 via the contextvar
apscheduler.current_job
.