You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This crawler automates the following step:
12
12
* upload files to Google Drive
13
13
* store data on Firebase
14
14
* notify via email
15
-
* schedule daily job on Heroku or with[Docker (TODO)](https://github.com/niqdev/packtpub-crawler/issues/18)
15
+
* schedule daily job on Heroku or with Docker
16
16
17
17
###Default command
18
18
```bash
@@ -176,21 +176,32 @@ Update `script/scheduler.py` with your own preferences.
176
176
177
177
More info about Heroku[Scheduler](https://devcenter.heroku.com/articles/scheduler),[Clock Processes](https://devcenter.heroku.com/articles/clock-processes-python),[Add-on](https://elements.heroku.com/addons/scheduler) and[APScheduler](http://apscheduler.readthedocs.io/en/latest/userguide.html)