appengine icon indicating copy to clipboard operation
appengine copied to clipboard

delay: DelayFuncs don't work with dispatch and not running as default service

Open polds opened this issue 7 years ago • 1 comments

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?

polds avatar Nov 05 '17 06:11 polds

hi.. did you find the solution? I am facing the same problem?

dheerajsarwaiya avatar Dec 31 '18 07:12 dheerajsarwaiya