Skip to content

Commit

Permalink
lock, rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 17, 2024
1 parent 7e8e2a4 commit 4755172
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
5 changes: 2 additions & 3 deletions docs/7.references/2.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ description: "Config file reference"
<li><p><strong>reindex</strong> (<em>dict</em><em>[</em><a class="reference internal" href="#dipdup.models.ReindexingReason" title="dipdup.models.ReindexingReason"><em>ReindexingReason</em></a><em>, </em><a class="reference internal" href="#dipdup.models.ReindexingAction" title="dipdup.models.ReindexingAction"><em>ReindexingAction</em></a><em>]</em>) – Mapping of reindexing reasons and actions DipDup performs</p></li>
<li><p><strong>scheduler</strong> (<em>dict</em><em>[</em><em>str</em><em>, </em><em>Any</em><em>] </em><em>| </em><em>None</em>) – <cite>apscheduler</cite> scheduler config</p></li>
<li><p><strong>postpone_jobs</strong> (<em>bool</em>) – Do not start job scheduler until all indexes are in realtime state</p></li>
<li><p><strong>early_realtime</strong> (<em>bool</em>) – Establish realtime connection immediately after startup</p></li>
<li><p><strong>early_realtime</strong> (<em>bool</em>) – Spawn realtime datasources immediately after startup</p></li>
<li><p><strong>skip_version_check</strong> (<em>bool</em>) – Do not check for new DipDup versions on startup</p></li>
<li><p><strong>rollback_depth</strong> (<em>int</em><em> | </em><em>None</em>) – A number of levels to keep for rollback</p></li>
<li><p><strong>decimal_precision</strong> (<em>int</em><em> | </em><em>None</em>) – Overwrite precision if it’s not guessed correctly based on project models.</p></li>
<li><p><strong>unsafe_sqlite</strong> (<em>bool</em>) – Disable journaling and data integrity checks. Use only for testing.</p></li>
<li><p><strong>metrics</strong> – off/basic/advanced based on how much performance metrics you want to collect</p></li>
<li><p><strong>alt_operation_matcher</strong> (<em>bool</em>) – Use different algorithm to match operations (dev only)</p></li>
<li><p><strong>alt_operation_matcher</strong> (<em>bool</em>) – Use different algorithm to match Tezos operations (dev only)</p></li>
</ul>
</dd>
</dl>
Expand Down
15 changes: 8 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apscheduler==3.10.4
argcomplete==3.2.1
async-lru==2.0.4
async-timeout==4.0.3; python_version < "3.12.0"
asyncclick==8.1.3.4
asyncclick==8.1.7.1
asyncpg==0.29.0
attrs==23.1.0
babel==2.14.0
Expand Down Expand Up @@ -97,7 +97,7 @@ sniffio==1.3.0
snowballstemmer==2.2.0
sphinx==7.2.6
sphinx-click==5.1.0
sphinx-markdown-builder==0.6.5
sphinx-markdown-builder==0.6.6
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apscheduler==3.10.4
argcomplete==3.2.1
async-lru==2.0.4
async-timeout==4.0.3; python_version < "3.12.0"
asyncclick==8.1.3.4
asyncclick==8.1.7.1
asyncpg==0.29.0
attrs==23.1.0
bitarray==2.9.1
Expand Down

0 comments on commit 4755172

Please sign in to comment.