Override tasks client
Project description
Arcane CloudTask
This package is base on google-cloud-cloudtasks.
Get Started
pip install arcane-tasks
## Example Usage
```python
from arcane import tasks
# Import your configs
from configure import Config
tasks_client = tasks.Client(adscale_key=Config.KEY, project=Config.GCP_PROJECT)
body = {
'attribute' : value
}
task_name = "My task"
tasks_client.publish_task(
queue=<your-queue>,
url=<url-to-triger>,
body=body,
task_name=task_name
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
arcane_tasks-0.7.5.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcane_tasks-0.7.5.tar.gz.
File metadata
- Download URL: arcane_tasks-0.7.5.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb3a26266fdfc3920a0e8ed31cd5569fe4dbb0733b3be6bdf1250ff5cf5a26b1
|
|
| MD5 |
783d3f823845c65746c148683fb5a3e2
|
|
| BLAKE2b-256 |
19332c3a8e3315095364632912b8618681c5cb9be80f983f3518fa49cee7d6fd
|
File details
Details for the file arcane_tasks-0.7.5-py3-none-any.whl.
File metadata
- Download URL: arcane_tasks-0.7.5-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1013-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e693834f4f3a5b544ddcd0d2e1ecf24b076a53607487be34b1e2c3c2602baa26
|
|
| MD5 |
ec036ff5d171f92042ad24a97f131faa
|
|
| BLAKE2b-256 |
c93d2acb7c6eae6918f68fa358cb1035fe25541414c74977d8c388b45bcdd848
|