Update scheduler task names to new ones
Related T1508
This commit is contained in:
parent
6bf226d85d
commit
701d833cdf
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class PyPILister(ListerOnePageApiTransport, SimpleLister):
|
|||
needed for the ingestion task creation.
|
||||
|
||||
"""
|
||||
_type = 'origin-update-%s' % origin_type
|
||||
_type = 'load-%s' % origin_type
|
||||
_policy = 'recurring'
|
||||
project_name = kwargs.get('name')
|
||||
project_metadata_url = kwargs.get('html_url')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue