-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ingestion service that fetches data from endpoint at regular intervals CSProjectsEAL/GraBID#12 #1
base: master
Are you sure you want to change the base?
Conversation
…ons from a jsonfile
…estion source the cronjob should go to
4f305a6
to
0790103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alex855k , @IulianBogdan Should remove the files related to the Refiner service (Source code, tests and docker files related to mongo db) from this commit
byte[] messageBodyBytes = System.Text.Encoding.UTF8.GetBytes(envelopedMessage); | ||
|
||
_channel.BasicPublish(exchange, "", _channel.CreateBasicProperties(), messageBodyBytes); | ||
Console.WriteLine(" [x] Sent '{0}':'{1}'", exchange, message); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't the _logger be used in this line?
logger.Error("Incorrect argument for ingestion dll crontab: " + e.Message); | ||
} | ||
*/ | ||
sourceID = "ResellerData"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be defined in line 15 as well
…se.yml to appropiate branch.
closes CSProjectsEAL/GraBID#12