-
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
Event Listener - Trigger Github action #16
Comments
completed so far
remaining
|
I deployed and seems to be working. Picks up residual events that are defined in the cache and emits the associated events. Still not seeing the script emit events based on regular event loop. In other words events get cached and written to the database. At startup the cached events are checked to see if their are associated events to be emitted. When there are these events are working. After this step the script starts to monitor the topics it has subscribed to. For each event the script should check to see if all the data is now there, and if so emit an event. This final step is not currently working. Changes in latest pr... will montior to see if they have resolved this issue |
Once we see the jobs being triggered, will circle back and remove the cron trigger that is currently described in the workflow. |
The events are not getting emitted because the token used to trigger the actions is not getting passed to the helm chart secret. Turns out this is no longer possible, and you need to create a PAT, then copy the pat into the repo. It doesn't look like there is a way to update the PAT in any kind of automated way! That said all that is required is to update the token, then update the secret in the repo with the token, then re-deploy the helm chart.
|
Merging this code. Looking through the kibana logs believe that its working correctly considering deficiencies identified in #56 Will continue to monitor the deployed version associated with PR-51 and branch: feat/16-add-debugging-endpoint. If prod succeeds this weekend will close this ticket Pivotting onto issue: #56 |
As the prod database grows with events that are stale the query to the database is starting to use up a lot of memory. Going to modify how the events are cached in the following way:
|
Changes recently pushed should improve pod stability. Will check in the morning to verify that the messages are being recieved and the appropriate events are being emitted |
Looking at the logs for the gha... it looks like the following improvements are now functional:
|
Been monitoring for 1 week without incident. Events are being emitted, and the CMC download / process pipeline is now working |
Having:
This ticket will figure out:
The text was updated successfully, but these errors were encountered: