yawik / StackoverflowApi

Yawik module to push and manage jobs to/with the API from talent.stackoverflow.com
MIT License
2 stars 0 forks source link

Newly added crawler did not run. #7

Closed TiSiE closed 6 years ago

TiSiE commented 6 years ago

After adding a crawler and then start the import process, this crawler does not run.

  1. A newly added crawler must immediatley be runnable.
  2. The time period, in which the crawler is considered "already run" must be configurable. (for each crawler preferably, or at least globally)
fedys commented 6 years ago

Fixed via https://github.com/yawik/SimpleImport/commit/8753ded747fadb440657f97c78b0491480a9f26e The time period was already globally configurable via SimpleImport\Options\ModuleOptions::$importRunDelay. I am going to make a per crawler configuration.

TiSiE commented 6 years ago

I just realized that this is the complete wrong repository for this issue, but you figured it out already....

New issue is here: yawik/SimpleImport#2