You're reading the documentation of the v0.10. For the latest released version, please have a look at v0.11.
Scaleway Session
- class perceval.providers.scaleway.Session(platform, project_id, token, deduplication_id='', max_idle_duration_s=1200, max_duration_s=3600, url='https://api.scaleway.com/qaas/v1alpha1')
- Parameters:
platform (
str
) – platform on which circuits will be executedproject_id (
str
) – UUID of the Scaleway Project the session is attached totoken (
str
) – authentication token required to access the Scaleway APIdeduplication_id (
str
) – optional value, name mapping to a unique running session, allowing to share an alive session among multiple usersmax_idle_duration_s (
int
) – optional value, duration in seconds that can elapsed without activity before the session terminatesmax_duration_s (
int
) – optional value, duration in seconds for a session before it automatically terminatesurl (
str
) – optional value, endpoint URL of the API
- build_remote_processor()
Build a RemoteProcessor object given the session data
- Return type:
RemoteProcessor