scrapinghub / python-scrapinghub

A client interface for Scrapinghub's API
https://python-scrapinghub.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
202 stars 63 forks source link

Schedule periodic jobs #113

Open ejulio opened 5 years ago

ejulio commented 5 years ago

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.

vshlapakov commented 5 years ago

Let's keep the issue open as a reminder, but it won't happen soon - we don't yet have a stable API for periodic jobs that we could use, which means that it's too early to discuss/plan any changes in the API clients.

Prasad484 commented 1 month ago

Hi @vshlapakov,

I have raised an enhancement/feature request/ help wanted query: https://github.com/scrapinghub/python-scrapinghub/issues/176

It is regarding Periodic Job Scheduling via Jobs API which seems to be quite stable as we speak if you can please have a look.

cc: @Gallaecio

Thanks.