Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Add option to send messages to multiple apps #306

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

c-w
Copy link
Contributor

@c-w c-w commented Apr 17, 2019

This change adds an optional APP_EXTRA_URLS configuration section that enables a user to configure more than one app to which to send the input messages. This enables use-cases such as:

  1. Deploying a "shadow model" which runs side-by-side with the main model for ongoing evaluation before making the model canonical.

  2. Enabling ensembling of models by sending the same data-point to multiple models and merging the resulting predictions in another system.

Note that in order to maintain full backwards compatibility, the input reader currently does not error out if any of the requests to the extra apps failed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant