-
Notifications
You must be signed in to change notification settings - Fork 19
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
Emit new trees
record creation message to rabbitMQ
#92
Comments
This is already being emitted. Shouldn't this issue be in the denormalized repository? @dadiorchen |
@Kpoke I need a message be triggered when new record goes into |
Please assign this issue to me |
@dadiorchen a new record is added to both |
|
We need to subscribe to this event: a new
trees
record gets inserted into the DB or a new tree created, it happens in this function: https://github.com/Greenstand/treetracker-field-data/blob/main/server/services/RawCaptureService.js#L28So we can trigger the update of the
denormalized.trees
The text was updated successfully, but these errors were encountered: