💾 Volume for cache, default values for envs in compose
All checks were successful
Deploy application / deploy (push) Successful in 3s
All checks were successful
Deploy application / deploy (push) Successful in 3s
This commit is contained in:
@ -89,7 +89,7 @@ async function main(): Promise<void> {
|
||||
await ActualImpl.testConnection()
|
||||
}
|
||||
|
||||
logger.info("Waiting for CRON job to start")
|
||||
logger.info("Waiting for CronJob to start")
|
||||
let actual: Actual | undefined
|
||||
try {
|
||||
cronJob = cronJobDaily(async () => {
|
||||
|
Reference in New Issue
Block a user