Started using Google Flex Vms recently and in the logs there are multiple requests to /_ah/background
that last ~1 hour each time. The only reference to these I could find is this question which mentions they have to do with background threads but I don't believe that's the case here as:
- nowhere do we use background threads
- that API is deprecated and I'm not even sure we can use it
- we do use processes but they're short-lived (nowhere near an hour) and don't print any log messages
Any ideas?