Compare commits

...

2 commits

Author SHA1 Message Date
b9d04358f3
Reduce max_instances for send_to_discord scheduler to 1
All checks were successful
Test and build Docker image / docker (push) Successful in 48s
2026-03-16 05:00:05 +01:00
4d8fd145cf
Update label for URL resolution option in webhook entries template 2026-03-16 04:53:39 +01:00
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=3,
max_instances=1,
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 (uses httpx)</label>
<label class="form-check-label small" for="resolve_urls">Resolve final URL with redirects</label>
</div>
<div class="col-12 form-check ms-1">
<input class="form-check-input"