Changes between Version 6 and Version 7 of TrickleApi


Ignore:
Timestamp:
Sep 22, 2011, 12:01:06 PM (13 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TrickleApi

    v6 v7  
    7373in your [ProjectOptions#Clientcontrol configuration] (config.xml) file,
    7474to delete unneeded trickle-related records from your database.
     75
     76== Replicated trickle-up messages ==
     77
     78You can arrange to have trickle-up messages sent not only the the project's scheduler,
     79but to other schedulers as well.
     80To do this, including the following in your gui_urls.xml file:
     81
     82{{{
     83<trickle_up_urls>
     84    <url>http://a.b.edu/test2_cgi/cgi</url>
     85    [ ... ]
     86</trickle_up_urls>
     87}}}
     88
     89The messages sent to these trickle-up handlers
     90are abbreviated versions of scheduler RPC requests.