Browse Source
Weboob does handle the raised exceptions when fetching housing posts through the `WebNip` class. However, when fetching details, we directly call the Weboob backend method and no exceptions handling is done. When importing data with a `crontask`, websites may be offline for some time, especially at night, then leading to a failure in import process. Let's just handle such exceptions so that an offline website does not break the whole import process. Details from the temporary offline websites which could not be fetched will be fetched at next run. This closes #60.merge-requests/8/head
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue