Skip to main content

fasttask's manager

Project description

manager for fasttask

create project

python -m fasttask_manager.create_project

create a Manager

m = Manager("127.0.0.1", task_name="get_hypotenuse", port=8080)

run a task

result = m.run(params)

create a task and check result later

result_id = m.create_task(params)
# do something...
# do something...
# do something...
result = m.check(result_id)

create a task and wait for result

result = m.create_and_wait_result(params)    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fasttask_manager-0.1.4.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

fasttask_manager-0.1.4-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page