dbader / dbader/schedule

Unable to fetch the Jobs list

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

Hi

I have created a schedule job that execute the application data backup daily at for a given time (like daily @ 18:00:00) in Django Application. When I start the application, it starts all the configured schedule jobs. But when I try to fetch the jobs that are scheduled I get an empty list.

![image](https://user-images.githubusercontent.com/92799096/206450861-fb53d73e-bfc9-4898-886d-25a0c034d8af.png)

![image](https://user-images.githubusercontent.com/92799096/206450997-0ceeed8b-2a8d-47a7-9810-314ac8a8708b.png)

![image](https://user-images.githubusercontent.com/92799096/206451065-adac4752-fa8f-45bf-be45-fefa20814e41.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the Django scheduling setup described in the issue and compare the configured jobs with the empty jobs-list result shown in the screenshots. Trace the job-list retrieval path and verify the fix by confirming that the scheduled backup job appears in the returned list.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.