-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
archivebox.core.actors
Nick Sweeting edited this page Nov 18, 2024
·
3 revisions
:allowtitles:
:class: autosummary longtable
:align: left
* - {py:obj}`SnapshotActor <archivebox.core.actors.SnapshotActor>`
- ```{autodoc2-docstring} archivebox.core.actors.SnapshotActor
:summary:
```
* - {py:obj}`ArchiveResultActor <archivebox.core.actors.ArchiveResultActor>`
- ```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor
:summary:
```
:canonical: archivebox.core.actors.SnapshotActor
Bases: {py:obj}`actors.actor.ActorType`\[{py:obj}`core.models.Snapshot`\]
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor
```
```{rubric} Initialization
```
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.__init__
```
````{py:attribute} Model
:canonical: archivebox.core.actors.SnapshotActor.Model
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.Model
```
````
````{py:attribute} StateMachineClass
:canonical: archivebox.core.actors.SnapshotActor.StateMachineClass
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.StateMachineClass
```
````
````{py:attribute} ACTIVE_STATE
:canonical: archivebox.core.actors.SnapshotActor.ACTIVE_STATE
:type: typing.ClassVar[statemachine.State]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.ACTIVE_STATE
```
````
````{py:attribute} FINAL_STATES
:canonical: archivebox.core.actors.SnapshotActor.FINAL_STATES
:type: typing.ClassVar[list[statemachine.State]]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.FINAL_STATES
```
````
````{py:attribute} STATE_FIELD_NAME
:canonical: archivebox.core.actors.SnapshotActor.STATE_FIELD_NAME
:type: typing.ClassVar[str]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.STATE_FIELD_NAME
```
````
````{py:attribute} MAX_CONCURRENT_ACTORS
:canonical: archivebox.core.actors.SnapshotActor.MAX_CONCURRENT_ACTORS
:type: typing.ClassVar[int]
:value: >
1
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.MAX_CONCURRENT_ACTORS
```
````
````{py:attribute} MAX_TICK_TIME
:canonical: archivebox.core.actors.SnapshotActor.MAX_TICK_TIME
:type: typing.ClassVar[int]
:value: >
10
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.MAX_TICK_TIME
```
````
````{py:attribute} CLAIM_FROM_TOP_N
:canonical: archivebox.core.actors.SnapshotActor.CLAIM_FROM_TOP_N
:type: typing.ClassVar[int]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.SnapshotActor.CLAIM_FROM_TOP_N
```
````
:canonical: archivebox.core.actors.ArchiveResultActor
Bases: {py:obj}`actors.actor.ActorType`\[{py:obj}`core.models.ArchiveResult`\]
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor
```
```{rubric} Initialization
```
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.__init__
```
````{py:attribute} Model
:canonical: archivebox.core.actors.ArchiveResultActor.Model
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.Model
```
````
````{py:attribute} StateMachineClass
:canonical: archivebox.core.actors.ArchiveResultActor.StateMachineClass
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.StateMachineClass
```
````
````{py:attribute} ACTIVE_STATE
:canonical: archivebox.core.actors.ArchiveResultActor.ACTIVE_STATE
:type: typing.ClassVar[statemachine.State]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.ACTIVE_STATE
```
````
````{py:attribute} FINAL_STATES
:canonical: archivebox.core.actors.ArchiveResultActor.FINAL_STATES
:type: typing.ClassVar[list[statemachine.State]]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.FINAL_STATES
```
````
````{py:attribute} STATE_FIELD_NAME
:canonical: archivebox.core.actors.ArchiveResultActor.STATE_FIELD_NAME
:type: typing.ClassVar[str]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.STATE_FIELD_NAME
```
````
````{py:attribute} MAX_CONCURRENT_ACTORS
:canonical: archivebox.core.actors.ArchiveResultActor.MAX_CONCURRENT_ACTORS
:type: typing.ClassVar[int]
:value: >
1
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.MAX_CONCURRENT_ACTORS
```
````
````{py:attribute} MAX_TICK_TIME
:canonical: archivebox.core.actors.ArchiveResultActor.MAX_TICK_TIME
:type: typing.ClassVar[int]
:value: >
60
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.MAX_TICK_TIME
```
````
````{py:attribute} CLAIM_FROM_TOP_N
:canonical: archivebox.core.actors.ArchiveResultActor.CLAIM_FROM_TOP_N
:type: typing.ClassVar[int]
:value: >
None
```{autodoc2-docstring} archivebox.core.actors.ArchiveResultActor.CLAIM_FROM_TOP_N
```
````
- π’ Quickstart
- π₯οΈ Install
- π³ Docker
- β‘οΈ Supported Sources
- β¬ οΈ Supported Outputs
- οΉ©Command Line
- π Web UI
- π§© Browser Extension
- πΎ REST API / Webhooks
- π Python API / REPL / SQL API
- βοΈ Configuration
- π¦ Dependencies
- πΏ Disk Layout
- π Security Overview
- π Developer Documentation
- Upgrading
- Setting up Storage (NFS/SMB/S3/etc)
- Setting up Authentication (SSO/LDAP/etc)
- Setting up Search (rg/sonic/etc)
- Scheduled Archiving
- Publishing Your Archive
- Chromium Install
- Cookies & Sessions Setup
- Merging Collections
- Troubleshooting
- βοΈ Web Archiving Community
- Background & Motivation
- Comparison to Other Tools
- Architecture Diagram
- Changelog & Roadmap