-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Event Listener - Trigger #8
Comments
working on this however is time consuming and difficult to debug due to infrequency that events are emitted for the data we are monitoring for. Have resolves some timeout issues, but still haven't managed to observe an event from the stream we are attempting to monitor. Branch with the work for this ticket: feat/event_listener |
link to doc on how to setup the other side (github action) for remote trigger: |
Created the PR: #14 which contains code showing how to setup an event listener process. Currently all the script does is listen for events and log them to the log that is emitted to STDOUT. Breaking this task up into smaller pieces described below Next steps is to create tickets for the following tasks.
|
In order to speed up the processing of the cmc grib data, this task will do the following:
Focus of this work is to speed up the downloading / processing of the cmc grib data to enable hourly processing.
Task relates to: bcgov/nr-rfc-admin#21 and #7
The text was updated successfully, but these errors were encountered: