app.yaml: temporary limit on instances to avoid cron clashes

Issue #144 resolved
Saxon Milton created an issue

In our cron scheduler implementation we have overlooked the fact that GAE may spin up multiple vidgrind instances to handle high load. This means that we might have multiple cron schedulers that will clash. In the interim, while we find a solution, we could limit the max instance count to 1.

Comments (1)

  1. Log in to comment