You can configure a service to redeploy automatically on a schedule. This is useful for workloads that need periodic restarts or for pulling the latest version of an image tag.Documentation Index
Fetch the complete documentation index at: https://docs.techulus.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Configuration
Set a deployment schedule using a cron expression in the service settings. Examples:| Schedule | Cron Expression |
|---|---|
| Every hour | 0 * * * * |
| Daily at midnight UTC | 0 0 * * * |
| Every 6 hours | 0 */6 * * * |
| Weekdays at 9 AM UTC | 0 9 * * 1-5 |
