appengine
appengine copied to clipboard
delay: DelayFuncs don't work with dispatch and not running as default service
I have a service that attempts to invoke a DelayFunc. The func lives and is invoked from a non-default service. The default service is a Python app that at the moment only serves static assets. I also have a dispatch.yaml in place for custom domains.
When the DelayFunc triggers it looks like it might be trying to post to the Python app instead of to itself as I'm presented with an error Static file referenced by handler not found: src/_ah/queue/go/delay
.
Any ideas?
hi.. did you find the solution? I am facing the same problem?