Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Cron breaks on specific input #10

Open
Panos512 opened this issue Sep 3, 2019 · 0 comments
Open

Cron breaks on specific input #10

Panos512 opened this issue Sep 3, 2019 · 0 comments

Comments

@Panos512
Copy link
Collaborator

Panos512 commented Sep 3, 2019

The cron breaks if we fetch an event like the one below.

{
      'name': 'ddm_transfer',
      'tags': {
        'dst_experiment_site': 'WT2',
        'src_experiment_site': 'IN2P3-LPC'
      },
      'columns': ['time', 'sum', 'sum_1'],
      'values': [
        [1567447202242, 1, None]
      ]
}

The third value in the 'values' list is being compared to 200 and of course, this cannot happen.
Why do we compare with 200?
Should we skip those entries?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant