dbader / dbader/schedule

get_jobs() missing information on ".at()"

Open
#635 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

The returned list does not indicate the .at(), which is useful information in a setting where hourly jobs at specified minutes need to be executed. In my case, I want to run a job every 10', but I want it to run exactly at :00, :10, ..., :50 minutes of the hour. The returned information for the 6 jobs created is

Job(interval=1, unit=hours, do={job}, ...)
(repeated 6 times)

Please include "at=:10", etc.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the get_jobs() entry point and trace how jobs created with .at() are represented. Check the existing Job output for hourly jobs, then update the returned information so each scheduled minute is visible, such as at=:10, for all six jobs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.