Jose Diaz-Gonzalez
a6d65c821f
feat: implement cron and one-off run task TTLs
...
Closes #7938
2025-11-18 16:46:31 -05:00
Jose Diaz-Gonzalez
dc8424d8a5
docs: document the concurrency_policy
2025-11-13 01:58:37 -05:00
Jose Diaz-Gonzalez
d9603af08a
docs: document cron task suspension
2025-11-10 01:55:44 -05:00
Jose Diaz-Gonzalez
e42df29a79
feat: allow specifying maintenance mode in the file or not
...
If the app's cron tasks are set to maintenance mode, then the task is set to maintenance mode regardless.
2025-11-09 23:16:38 -05:00
Jose Diaz-Gonzalez
82cab643a8
chore: standardize on cron task vs any other naming
2025-11-07 22:36:00 -05:00
Jose Diaz-Gonzalez
3915d25d84
refactor: rename cron entry to cron task
...
This naming better suits what it is we are fetching.
2025-11-07 22:30:54 -05:00
Jose Diaz-Gonzalez
7adeee7086
feat: add ability to list global cron tasks
...
Closes #7732
2025-09-14 04:38:19 -04:00
Jose Diaz-Gonzalez
d0b87936db
docs: fix typo
2025-06-08 22:35:17 -04:00
Jose Diaz-Gonzalez
c0eb12f572
feat: add ability to set maintenance mode for all cron tasks running for an app
...
Closes #6953
2025-06-08 22:34:47 -04:00
Jose Diaz-Gonzalez
b93a47c35b
feat: add the ability to set a MAILFROM value for local cron emails
...
Closes #7419
2024-12-17 00:28:21 -05:00
Jose Diaz-Gonzalez
c36f23b072
fix: add missing cron:set command
...
The code existed but somehow it wasn't exposed as a command.
Closes #6655
2024-03-06 01:56:25 -05:00
Jose Diaz-Gonzalez
c23e878e7d
feat: add the ability to specify a custom mailto for all cron output
2023-10-15 20:25:09 -04:00
Jose Diaz-Gonzalez
d61d91cf87
docs: use github admonitions
...
These still need to be properly parsed.
2023-08-19 14:24:12 -04:00
Jose Diaz-Gonzalez
5dd78e2b86
docs: update markdownlint rules for better formatting
2023-08-19 13:46:42 -04:00
Jose Diaz-Gonzalez
515994c8d3
feat: add the ability to execute a cron task on the fly
...
Closes #4904
2023-08-05 10:58:57 -04:00
Jose Diaz-Gonzalez
820883e60c
feat: add json format output to cron:list command
...
This makes it easier to parse output in a machine-readable format - such as when interacting with cron tasks via jq for writing tests.
2023-08-05 10:58:57 -04:00
Kevin Leutzinger
f3724fd8cf
Fix typo in scheduled-cron-tasks.md
2023-07-02 20:43:16 -07:00
Jose Diaz-Gonzalez
73f61b75d5
docs: update docs to mention that files are extracted from source where source code is available
...
Recent Dokku changes invalidate a bunch of docs around where files need to be placed in order for Dokku to respect them. This doc change clarifies where files are extracted from in cases where source code is available, which should hopefully make users less confused about how the system works.
See https://railsnotes.xyz/blog/deploying-ruby-on-rails-with-dokku-redis-sidekiq-arm-docker-hetzner for the inspiration - I was reading through it and was like 'these docs are definitely incorrect...'.
2023-07-01 08:58:43 -04:00
Alejandro Akbal
ceb03d6341
docs(Scheduled Cron Tasks): remove deprecated used of --rm flag in dokku run
2022-12-09 09:33:37 +00:00
Jose Diaz-Gonzalez
a2fc3443d2
docs: clarify the exact command that is run once a day by cron tasks
...
Refs #5078
2022-04-02 00:55:10 -04:00
Damien BUTY
f6a819351f
Update scheduled-cron-tasks.md
2021-12-10 11:05:34 +01:00
Jose Diaz-Gonzalez
77340011bd
docs: clarify the shape of the command that should be entered in app.json for a cron task
2021-08-05 20:27:58 -04:00
Jose Diaz-Gonzalez
1b216841a8
docs: more cleanup
2021-07-09 22:16:52 -04:00
Jose Diaz-Gonzalez
82da43cfba
docs: fix reference to dokku user crontab in cron docs
...
[ci skip]
2021-02-03 14:49:25 -05:00
Milan Vit
103e47b6dd
[ci skip] Fix spelling in Cron documentation
2021-01-25 10:09:00 +09:00
Jose Diaz-Gonzalez
bce0671057
docs: drop extra text
...
[ci skip]
2021-01-21 01:34:35 -05:00
Jose Diaz-Gonzalez
065bba5851
docs: refactor process docs
...
- split out run and enter docs into two different sections
- gather all process related docs into one new section
- add scheduled cron task docs
2021-01-21 01:30:28 -05:00