Use broadcastCheckHandler to do broadcast start

Issue #232 resolved
Saxon Milton created an issue

We’re currently using a routine that’s started when the broadcast is inserted, but this is dangerous given that app engine apps should be stateless; we could end up in a situation where there’s a large period between starting this routine and actually having it start a broadcast. Therefore, we should instead rely on the broadcastCheckHandler to do the start of any broadcast configurations. This should just be a matter of looking at the current and start time for a broadcast.

Comments (1)

  1. Log in to comment