Skip to content

Add single-job worker entrypoint for scheduled tasks#7012

Open
0x484558 wants to merge 1 commit intodani-garcia:mainfrom
0x484558:feat/cron-jobs
Open

Add single-job worker entrypoint for scheduled tasks#7012
0x484558 wants to merge 1 commit intodani-garcia:mainfrom
0x484558:feat/cron-jobs

Conversation

@0x484558
Copy link
Copy Markdown
Contributor

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant