obtasks/DIR-3709 Cron Fix/Note 2019-04-12T10.59.52.md

61 lines
998 B
Markdown
Raw Normal View History

2019-04-29 13:49:56 +00:00
DIR-3709 FIX - Fixing CRON Restart issues
========================
* ireland **Not neded **
* netherlands ** DONE **
* france **DONE**
* cyprus ** DONE**
* sweden **DONE**
* germany **DONE**
* italy **DONE**
* cz **DONE**
* dk ** NOT NEEDED**
* ee **DONE**
* es **DONE**
* gi **DONE**
* gr ** NOT NEEDED***
* lt **DONE**
* lu **DONE**
* lv **DONE**
* mt **DONE**
* no **DONE**
* pl **DONE**
* sk **DONE**
Blocked 5 additional trackers on Lithuania
Lux is broken because the source page ext app is broken
| 5 | Cyprus | CY | Done | 00:01:07.651 |
```
/**
*
* @returns {Promise<void>}
*/
async attachEvents() {
/*
await this._initBrowser();
await this._createBrowserPage();
this.page.on('domcontentloaded', this._throttle(async () => {
this.processNewPage().catch((err) => {
logger.error('processNewPage fail', err);
});
}, 2500));
if (this.eventNames().length === 1)
await this.attachEvents();
*/
}
```