Ticket #890 (new enhancement) — at Initial Version
Introduce timed actions into ckanext-queue
Reported by: | pudo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.6 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
The ckan queuing system should provide the option to subscribe to timed re-submissions of specific resources. This could look as follows:
routing_key: Package operation: daily payload: pkg.as_dict()
Where operation is one of daily, weekly, monthly or any other interval.
Note: See
TracTickets for help on using
tickets.