dbader / dbader/schedule

Add logging output for `Job._schedule_next_run()` method

Open
#228 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12.3k
Forks
999
PR merge metrics
No merged PRs in 30d

Description

Currently the logging output for a scheduled job happens at the start of the `Job.run()` method. Ideally, this information should be logged when the job is scheduled rather than (or as well as) when the job is triggered, providing feedback that the job has been correctly scheduled. The output phrasing suggests that this should be the case as it gives a "next run" time but this is just the current time as the job is starting.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.