Changes between Initial Version and Version 1 of Ticket #890
- Timestamp:
- 01/03/11 10:34:20 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #890 – Description
initial v1 1 1 The ckan queuing system should provide the option to subscribe to timed re-submissions of specific resources. This could look as follows: 2 2 3 routing_key: Package4 operation: daily5 payload: pkg.as_dict()3 * routing_key: Package 4 * operation: daily 5 * payload: pkg.as_dict() 6 6 7 7 Where operation is one of daily, weekly, monthly or any other interval.