Explorar el Código

Autogenerated documentation for github.

Ask Solem hace 15 años
padre
commit
0acfb0fbdf
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      docs/userguide/remote-tasks.rst

+ 5 - 5
docs/userguide/remote-tasks.rst

@@ -1,11 +1,11 @@
-==============
- Remote Tasks
-==============
+================================
+ HTTP Callback Tasks (Webhooks)
+================================
 
 .. module:: celery.task.http
 
-Executing tasks on a remote web server
---------------------------------------
+Executing tasks on a web server
+-------------------------------
 
 If you need to call into another language, framework or similar, you can
 do so by using HTTP callback tasks.