scrapinghub / scrapinghub/python-scrapinghub
Schedule periodic jobs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 205
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
We want to able to schedule periodic jobs through shub (https://github.com/scrapinghub/shub/issues/220).
For that, we'll need to add this feature here as well.
Probably, it'll be something related to jobs (https://github.com/scrapinghub/python-scrapinghub/blob/master/scrapinghub/client/jobs.py) or, maybe, a new PeriodicJobs.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading scrapinghub/client/jobs.py and the linked shub issue 220 to understand how jobs are currently exposed and what periodic scheduling requires. Decide whether the feature belongs in the existing jobs interface or a new PeriodicJobs component; done means periodic jobs can be scheduled through shub and this client consistently supports that workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100