Custom Query (2152 matches)
Results (745 - 747 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1397 | fixed | [super] Resource archiving | kindly | rgrp |
Description |
We want to cache/archive data associated to a resource so it is available if the resource url disappears (and in order to support other processing we may wish to do e.g. webstorer ...) Etherpad: http://ckan.okfnpad.org/queue (most relevant parts inlined here) Preliminaries
Configuration setup for daemonsPass config through to workers i.e site_url, user, api_key. Need to make site user account. #1408 celeryd config: All providers of tasks will add an item to the following entry point: [ckan.tasks] name = ckanext.{name}.tasks:.... celeryconfig.py from pkg_resources import iter_entry_points for entry in iter_entry_points: celeryimports.appen(....) CELERY_IMPORTS = celeryimports Work Items
|
|||
#1398 | fixed | Automated conversion of resource data into webstore | kindly | rgrp |
Description |
|
|||
#1399 | fixed | Generate archiving request on resource url change | johnglover | rgrp |
Description |
Superticket: #1397 Generate archiving request on resource url change by implementing IResourceUrlChange and sending tasks to celery. [0.25d][0.25d] Will be part of of ckanext-archiver extension. Process:
|