mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 18:25:58 +03:00
Offset scheduled jobs by 5 minutes
This is intended to avoid contention with database backups that many users probably schedule to start at exactly the top of an hour.
This commit is contained in:
@@ -66,12 +66,12 @@
|
||||
# JOB_POLL_INTERVAL_MS=30000
|
||||
##
|
||||
## Cron schedule of the job that checks for Sends past their deletion date.
|
||||
## Defaults to hourly. Set blank to disable this job.
|
||||
# SEND_PURGE_SCHEDULE="0 0 * * * *"
|
||||
## Defaults to hourly (5 minutes after the hour). Set blank to disable this job.
|
||||
# SEND_PURGE_SCHEDULE="0 5 * * * *"
|
||||
##
|
||||
## Cron schedule of the job that checks for trashed items to delete permanently.
|
||||
## Defaults to daily. Set blank to disable this job.
|
||||
# TRASH_PURGE_SCHEDULE="0 0 0 * * *"
|
||||
## Defaults to daily (5 minutes after midnight). Set blank to disable this job.
|
||||
# TRASH_PURGE_SCHEDULE="0 5 0 * * *"
|
||||
|
||||
## Enable extended logging, which shows timestamps and targets in the logs
|
||||
# EXTENDED_LOGGING=true
|
||||
|
Reference in New Issue
Block a user