praekelt / mama-ng-scheduler

A re-usable scheduler for MAMA Nigeria.
MIT License
0 stars 0 forks source link

Set correct HTTP User-Agent for outbound requests #34

Open smn opened 9 years ago

smn commented 9 years ago

What we have now is not of much use.

hodgestar commented 9 years ago

This was partially addressed by #37. User-Agent is now: https://github.com/praekelt/mama-ng-scheduler/blob/69fec00147b45a35c75a9ad9fa6109267834014d/grails-app/services/mama/ng/scheduler/HttpRequestService.groovy#L21

hodgestar commented 9 years ago

What's left to do is to pull in the application version dynamically from config / build information rather than statically including it.