Compare commits

..

No commits in common. "b9d04358f389a025e8f04e57ffc57b64c6cd339b" and "955b94456d9892f415bc07da5bae2a552d526e08" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None]:
trigger="interval",
minutes=1,
id="send_to_discord",
max_instances=1,
max_instances=3,
next_run_time=datetime.now(tz=UTC),
)
scheduler.start()

View file

@ -97,7 +97,7 @@
id="resolve_urls"
name="resolve_urls"
{% if resolve_urls %}checked{% endif %} />
<label class="form-check-label small" for="resolve_urls">Resolve final URL with redirects</label>
<label class="form-check-label small" for="resolve_urls">Resolve final URL with redirects (uses httpx)</label>
</div>
<div class="col-12 form-check ms-1">
<input class="form-check-input"