I am developing a website using Google App Engine and Django 1.0 (app-engine-patch)
The main part of my program should work in the background and change local data, as well as send a remote URL
Can anyone suggest an effective way to do this?
Without using a third-party system, I think at the moment your only option is to use the cron functions .
You will still be bound by the standard script -execution-time-out time limits, but this will not happen when the page loads.
, . № 6,
API- Python .
I dbr http://code.google.com/appengine/docs/python/config/cron.html ( , " " ).
, , ( ) , GAE, , . GAE. API- " /", . http://code.google.com/appengine/docs/python/tools/uploadingdata.html ( http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Downloading_Data_from_App_Engine ).
The Google documentation only describes using the appcfg.py command line for these purposes (I cannot find the proper documentation for the APIs that it uses!), But if you need more programmatic use of these APIs, it is not difficult to show them from appcfg sources. py.
Source: https://habr.com/ru/post/1708038/More articles:PHP language tests (units) - phpMultiple matrices in Matlab without recursion - matrixGimble-based math programming program - mathOracle sequences - databaseHow to get HTML selection and parent selection? - javascriptIs there a way to enable Objective-C mode and C ++ mode at the same time in Emacs? - c ++Identifiers must have the correct suffix (fxcop) - c #Help with IF in SQL SERVER Stored Procedure - sql-serverHow to represent void pointer in PyObjC selector? - pythonConvert int64 to NSData - iphoneAll Articles