python - Push queue, modules and dispatch file -
I am sending messages in a push queue (url = "/ push / ios") and I have a dispatch file that handles / push / * on my push module
However, the url is run again on my default module, while it works fine if I have curl myapp.appspot.com/push/ios .
Doctors agree with this behavior
Note: If you are using a module with a dispatch file, then your work The HTTP request can be sent again and again in another module.
Is there any way to solve this and push the queue efficiently working with the module + sending files?
Where can you possibly find the target parameter GAE how the task is executed Do:
Comments
Post a Comment