diff --git a/discord_rss_bot/main.py b/discord_rss_bot/main.py index 594ab3e..ca3894c 100644 --- a/discord_rss_bot/main.py +++ b/discord_rss_bot/main.py @@ -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() diff --git a/discord_rss_bot/templates/webhook_entries.html b/discord_rss_bot/templates/webhook_entries.html index f808e77..f0bc970 100644 --- a/discord_rss_bot/templates/webhook_entries.html +++ b/discord_rss_bot/templates/webhook_entries.html @@ -97,7 +97,7 @@ id="resolve_urls" name="resolve_urls" {% if resolve_urls %}checked{% endif %} /> - +