Jobs¶
This a background task or process that is executed asynchronously. Jobs in CKAN extensions are often used to perform time-consuming or resource-intensive operations without blocking the main application or user interface.
Asynchronous jobs for SAEOSS portal.
_get_org_members ¶
Get all organisation members.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
org_name
|
str
|
The name the organisation |
required |
Source code in ckanext/saeoss/jobs.py
notify_org_admins_of_dataset_management_request ¶
Send a request of management to an organisation admin
Parameters:
Name | Type | Description | Default |
---|---|---|---|
activity_id
|
str
|
The activity to request |
required |