dcramer / peated

https://peated.com
Apache License 2.0
63 stars 13 forks source link

Convert scraper to scheduled faktory jobs #104

Closed dcramer closed 10 months ago

dcramer commented 10 months ago

Let's convert the schedule from running in-process to simply kicking off an async job via Faktory. Should be as easy as migrating the tasks to Faktory jobs and changing the schedule to fire the job vs run the task.