docs: correct the scheduler guidance for Docker - #25
Merged
Merged
Conversation
The recurring invoices page told Docker users that cron was handled for them "on version 5.0.0 by default", which was never true of any InvoiceShelf image: none of them ran a scheduler, so recurring invoices were never created and this page was the reason nobody investigated. Current images supervise the scheduler themselves. Documents that, names the SCHEDULER_ENABLED escape hatch, and adds the option for hosts that can run neither a crontab nor a long-running process: the cron webhook, its CRON_JOB_AUTH_TOKEN secret and the header it expects, which were undocumented.
gdarko
force-pushed
the
fix/scheduler-docs
branch
from
September 21, 2026 16:52
039b5e1 to
3b272df
Compare
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The recurring invoices page told Docker users cron was "included with docker on version 5.0.0 by default". That was never true of any InvoiceShelf image, so recurring invoices were never created and this page is much of why nobody investigated.
InvoiceShelf/InvoiceShelf#782 and #783 add a supervised scheduler to the image. This documents it, names the
SCHEDULER_ENABLEDescape hatch, and documents the cron webhook for hosts that can run neither a crontab nor a long-running process. Its endpoint, secret and header were never mentioned anywhere.