Add single-job worker entrypoint for scheduled tasks #20

Open
opened 2026-04-05 20:28:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @0x484558 on 3/24/2026

Add an entrypoint for running individual background job at a time, so that background tasks can be executed on platforms that limit idle-time behavior (like Google Cloud Run and Cloud Scheduler).

The in-process idle loop can already be disabled by setting JOB_POLL_INTERVAL_MS=0 but this change makes jobs usable through external triggers.

*Originally created by @0x484558 on 3/24/2026* Add an entrypoint for running individual background job at a time, so that background tasks can be executed on platforms that limit idle-time behavior (like Google Cloud Run and Cloud Scheduler). The in-process idle loop can already be disabled by setting `JOB_POLL_INTERVAL_MS=0` but this change makes jobs usable through external triggers.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#20