fixed up eod and added more aggressive skip logic to te
This commit is contained in:
parent
d47f77fdc7
commit
f4366f7289
8 changed files with 53 additions and 15 deletions
|
|
@ -8,7 +8,7 @@ import type { DataIngestionServices } from '../../types';
|
|||
import { fetchCountries, spiderUrl } from './actions';
|
||||
|
||||
@Handler('te')
|
||||
@Disabled()
|
||||
// @Disabled()
|
||||
export class TeHandler extends BaseHandler<DataIngestionServices> {
|
||||
constructor(services: any) {
|
||||
super(services);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue