Giter VIP home page Giter VIP logo

aviso's People

Contributors

claudioiac avatar jameshawkes avatar kinow avatar sametd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aviso's Issues

Replaying notifications misses events with identical request

What happened?

Our aviso is being notified of new data from ECPDS - Destination is a s3 bucket in EWC.
Data for a single forecast for lead time = 0 is provided in two different files (one containing constants, the other with variable fields). In real time I aviso receives two events with same request details but different location. eg

Notification received: {'event': 'dissemination', 'request': {'destination': 'X', 'date': '20230704', 'target': 'P1', 'class': 'od', 'expver': '0001', 'domain': 'g', 'time': '12', 'stream': 'oper', 'step': '0'}, 'location': 's3://input/X011111'}
Notification received: {'event': 'dissemination', 'request': {'destination': 'X', 'date': '20230704', 'target': 'P1', 'class': 'od', 'expver': '0001', 'domain': 'g', 'time': '12', 'stream': 'oper', 'step': '0'}, 'location': 's3://input/X022222'}

However when I replay the notifications (aviso listen --from 2020-01-20T00:00:00.0Z) I only get one of the above notifications replayed.

part of aviso config.yaml:

listeners:
  - event: dissemination
    request:
      destination: bucket-in-ewc
      class: od
      expver: 0001
      domain: g
      stream: [oper, scda]

What are the steps to reproduce the bug?

Send two notifications with same event details but different s3 location. Replay the notifications and verify if both are received.

Version

0.11.1

Platform (OS and architecture)

ubuntu-18.04

Relevant log output

No response

Accompanying data

No response

Organisation

MeteoSwiss

Add pull_request trigger to the check.yaml GH Action?

Hi,

I was waiting for GH Actions to run the tests for #3 , but only the CLA bot ran. I checked check.yaml, and looks like it's only triggered manually or after it is merged to develop. Is there any reason for not running the CI tests for every pull request?

Thanks
-Bruno

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.