Ticket #890 (closed enhancement: invalid)
Introduce timed actions into ckanext-queue
Reported by: | pudo | Owned by: | kindly |
---|---|---|---|
Priority: | major | Milestone: | ckan-v1.6 |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by pudo) (diff)
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.
Change History
Note: See
TracTickets for help on using
tickets.