Configuration
crawlee.configuration.Configuration
Index
Methods
Properties
- available_memory_ratio
- chrome_executable_path
- default_browser_path
- default_dataset_id
- default_key_value_store_id
- default_request_queue_id
- disable_browser_sandbox
- headless
- internal_timeout
- log_level
- max_used_cpu_ratio
- memory_mbytes
- model_config
- persist_state_interval
- persist_storage
- purge_on_start
- storage_dir
- system_info_interval
- verbose_log
- write_metadata
- xvfb
Methods
get_global_configuration
Retrieve the global instance of the configuration.
Returns Self
Configuration of the Crawler.
Args: internal_timeout: timeout for internal operations such as marking a request as processed verbose_log: allows verbose logging default_storage_id: The default storage ID. purge_on_start: Whether to purge the storage on start.