Changes between Initial Version and Version 1 of Ticket #890


Ignore:
Timestamp:
01/03/11 10:34:20 (3 years ago)
Author:
pudo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #890 – Description

    initial v1  
    11The ckan queuing system should provide the option to subscribe to timed re-submissions of specific resources. This could look as follows:  
    22 
    3  routing_key: Package  
    4  operation: daily  
    5  payload: pkg.as_dict()  
     3 * routing_key: Package  
     4 * operation: daily  
     5 * payload: pkg.as_dict()  
    66 
    77Where operation is one of daily, weekly, monthly or any other interval.